mirror of
https://git.sr.ht/~nixgoat/vento
synced 2024-11-16 03:53:04 +00:00
readme: Fix syntax
vento help -> vento -h
This commit is contained in:
parent
ac986f8822
commit
d3a2391cf2
|
@ -24,7 +24,7 @@ $ cargo install --path .
|
|||
|
||||
## Quickstart
|
||||
|
||||
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`.
|
||||
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 -h` or check the manpage by running `man vento`.
|
||||
|
||||
## Credits
|
||||
|
||||
|
|
Loading…
Reference in a new issue