From 9e03afc09c9c3bc1f2be494e87b6080883123d3f Mon Sep 17 00:00:00 2001 From: Brian Grinstead Date: Fri, 16 Dec 2016 14:08:14 -0800 Subject: [PATCH] update instructions for running cli --- README.md | 6 ++++++ cli/README.md | 7 +------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cb43cae2..b04920ab 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/cli/README.md b/cli/README.md index a860242a..b067eb15 100644 --- a/cli/README.md +++ b/cli/README.md @@ -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.