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 afb0774 commit c6c8551Copy full SHA for c6c8551
README.md
@@ -36,7 +36,7 @@ There are several ways to run Huly Coder:
36
Create a `huly-coder-local.yaml` file with overrided configurations and run the following command:
37
38
```bash
39
-npx huly-coder -d <data_dir> -s <huly-coder-local.yaml>
+npx huly-coder -d <data_dir> -c <huly-coder-local.yaml>
40
```
41
42
### Official Docker Image
@@ -58,7 +58,7 @@ docker run -e DOCKER_RUN=1 \
58
To run Huly Coder locally, run:
59
60
61
-cargo run -d <data_dir> -s <huly-coder-local.yaml>
+cargo run -d <data_dir> -c <huly-coder-local.yaml>
62
63
64
## Docker
0 commit comments