update instructions for running cli
This commit is contained in:
parent
a556d52f5c
commit
9e03afc09c
2 changed files with 7 additions and 6 deletions
|
@ -78,6 +78,12 @@ To run tests use:
|
|||
cargo test
|
||||
````
|
||||
|
||||
To run the cli use:
|
||||
|
||||
````
|
||||
cargo run
|
||||
````
|
||||
|
||||
## License
|
||||
|
||||
Datomish is currently licensed under the Apache License v2.0. See the `LICENSE` file for details.
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# datomish-cli
|
||||
|
||||
Note: this isn't actually doing anything and is just a placeholder to get the project structure in place. To run it locally, use:
|
||||
|
||||
````
|
||||
cd cli
|
||||
cargo run
|
||||
````
|
||||
Note: this isn't actually doing anything and is just a placeholder to get the project structure in place.
|
||||
|
|
Loading…
Reference in a new issue