Skip to content

Commit 95a4ecb

Browse files
committed
Fix helix CLI command in README
Update 'helix deploy' to 'helix push dev' to match CLI v2 syntax. The correct command for deploying to a development environment is 'helix push dev' according to the official HelixDB documentation.
1 parent 8cb07e3 commit 95a4ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OPEN_ROUTER_KEY=<your_open_router_api_key>
3434
### HelixDB
3535
You will need to have a HelixDB instance running. Go to the root of this repository and run the following command to deploy the HelixDB instance:
3636
```bash
37-
helix deploy
37+
helix push dev
3838
```
3939

4040
For more information on how to install and use HelixDB, please refer to the [HelixDB documentation](https://docs.helix-db.com/).

0 commit comments

Comments
 (0)