update readme

This commit is contained in:
lapwat
2021-09-14 23:27:26 +02:00
parent 73441aa7fb
commit 83adc22e2c

View File

@@ -16,7 +16,7 @@ go install github.com/lapwat/papeer
# Usage # Usage
```sh ```txt
Browse the web in the eink era Browse the web in the eink era
Usage: Usage:
@@ -49,9 +49,13 @@ Use "papeer [command] --help" for more information about a command.
Execute this command in your current shell, or add it to your `.bashrc`. Execute this command in your current shell, or add it to your `.bashrc`.
```sh ```sh
. <(papeer completion [bash|fish|powershell|zsh]) . <(papeer completion bash)
``` ```
Type `papeer completion bash -h` for more information.
You can replace bash by your own shell (zsh, fish, powershell).
# Dependencies # Dependencies
- `cobra` command line interface - `cobra` command line interface