diff --git a/README.md b/README.md index 701639c..5818360 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ go install github.com/lapwat/papeer # Usage -```sh +```txt Browse the web in the eink era 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`. ```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 - `cobra` command line interface