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
|
cargo test
|
||||||
````
|
````
|
||||||
|
|
||||||
|
To run the cli use:
|
||||||
|
|
||||||
|
````
|
||||||
|
cargo run
|
||||||
|
````
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Datomish is currently licensed under the Apache License v2.0. See the `LICENSE` file for details.
|
Datomish is currently licensed under the Apache License v2.0. See the `LICENSE` file for details.
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# datomish-cli
|
# 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:
|
Note: this isn't actually doing anything and is just a placeholder to get the project structure in place.
|
||||||
|
|
||||||
````
|
|
||||||
cd cli
|
|
||||||
cargo run
|
|
||||||
````
|
|
||||||
|
|
Loading…
Reference in a new issue