readme: Update quickstart

I know this is not accurate yet but I want to not bother with this
later.
This commit is contained in:
Lux Aliaga 2022-09-24 22:56:44 -03:00
parent 13e28e445c
commit aa233555a4
Signed by: lux
GPG Key ID: B56C805968637437
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ $ cargo install --path .
## Quickstart
After installing, run `vento init`. This will create a `.vento` folder in your home directory which will store your inventories. After which, you can run `vento list` to display the files in your inventories, `vento take` to move a file into your active inventory and `vento drop` to drop a file out of it. If you're stuck, run `vento help`.
After installing, run `vento -i`. This will create a `.vento` folder in your home directory which will store your inventories. After which, you can run `vento` to display the files in your inventories, `take` to move a file into your active inventory and `drop` to drop a file out of it. If you're stuck, run `vento help` or check the manpage by running `man vento`.
## Credits