From cad9c49e6dfb71d0399d2c4754aa688add5953f8 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Wed, 17 Jun 2020 09:48:28 +0800 Subject: [PATCH] doc: fix formatting issue --- shell-completion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/README.md b/shell-completion/README.md index b1cdb253b..8c9d961ab 100644 --- a/shell-completion/README.md +++ b/shell-completion/README.md @@ -32,7 +32,7 @@ To install the completions manually, follow this steps: - Download or copy the file `shell-completion/hledger-completion.bash` and save it as `~/.hledger-completion.bash`. -- Add the command `'source ~/.hledger-completion.bash'` this to the end of your +- Add the command `source ~/.hledger-completion.bash` this to the end of your `~/.bashrc` file. - Then, you have to start a new Bash, e.g. by typing `bash` on the current