Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skylerto committed Apr 4, 2016
1 parent d782ceb commit 4e810fd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -35,9 +35,20 @@ Add a table to manage:
$ mysql -uroot
CREATE TABLE inventory;
```

## Usage

no
After installation, to get a list of available commands run
```
$ inventory
Commands:
inventory add AMOUNT ITEM # Add an amount of an item
inventory help [COMMAND] # Describe available commands or one specific command
inventory invoice NAME args* # Create an invoice
inventory remove AMOUNT ITEM # Remove an amount of an item
inventory show # Shows the current state of the inventory
```


## Development

Expand Down

0 comments on commit 4e810fd

Please sign in to comment.