summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 235187b..9ed996d 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,10 @@ configuration:
sshUser = "yourUserName";
sshKey = "/path/to/your/private/key";
system = "x86_64-linux";
+ supportedFeatures = [
+ "x86_64-linux"
+ "big-parallel"
+ ];
}
];
};