update instructions for running cli

This commit is contained in:
Brian Grinstead 2016-12-16 14:08:14 -08:00
parent a556d52f5c
commit 9e03afc09c
2 changed files with 7 additions and 6 deletions

View file

@ -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.

View file

@ -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.