We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833c30b commit b059f95Copy full SHA for b059f95
README.md
@@ -1,11 +1,11 @@
1
## Commit Zero
2
3
-This app is created to work with Commit Zero. You'll need to run the `stack` application against a `config.yaml` file to generate the code.
+This app is created to work with Commit Zero. You'll need to run the `zero` application against a `zero.yml` file to generate the code.
4
5
-### Stack Command
+### Zero Command
6
7
```bash
8
-stack -config <config file> <source directory> <destination directory>
+zero -config <config file> <source directory> <destination directory>
9
```
10
11
#### Config File
0 commit comments