Browse Source

incremented version

main
deicidus 2 years ago
parent
commit
22b73017d4
  1. 7
      README.md
  2. 2
      package.json

7
README.md

@ -10,4 +10,9 @@ To install:
`npm i -g @autonomousorganization/ao-cli`
Then you can run with `ao-cli`.
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

2
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",

Loading…
Cancel
Save