From 83adc22e2c2a66abe1590c87f675fc8dd5fa3efd Mon Sep 17 00:00:00 2001 From: lapwat Date: Tue, 14 Sep 2021 23:27:26 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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