diff --git a/README.md b/README.md index 822d1b4..82ac018 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,9 @@ To install: `npm i -g @autonomousorganization/ao-cli` -Then you can run with `ao-cli`. \ No newline at end of file +Then you can run with `ao-cli`. (Inside the menu you will find an option to add 'ao' as a shortcut.) + +### Version History + +0.0.2 Added browsable manual (must download ao-svelte) +0.0.1 Menus prototyped \ No newline at end of file diff --git a/package.json b/package.json index d4b6e72..6acf733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@autonomousorganization/ao-cli", - "version": "0.0.1", + "version": "0.0.2", "description": "An interactive command-line interface (CLI) tool to help you install, use, and administer an AO instance.", "main": "index.js", "bin": "./index.js",