diff --git a/README.md b/README.md index 3091aba..61b3ba3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Install `deno` with instructions To install a release version of the `apex` CLI, run the command below: ``` -deno install -A --unstable -f -n apex https://deno.land/x/apex_cli@v0.0.19/apex.ts +deno install -A --unstable -f -n apex https://deno.land/x/apex_cli@v0.1.0/apex.ts ``` To install from source, clone this repository and run `./apex run install` @@ -44,34 +44,7 @@ apex --help Output: -```console{title="apex help"} - Usage: apex - Version: v0.0.19 - - Description: - - A complete project tool suite based on Apexlang, an interface definition language (IDL) for modeling software. - - Options: - - -h, --help - Show this help. - -V, --version - Show the version number for this program. - - Commands: - - install - Install templates locally. - new