simonmichael / hledger_site

The repo for hledger.org, the hledger project's website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mistake that makes it hard for Linux newbies to install shell completion

schoettl opened this issue · comments

https://hledger.org/command-line-completion.html

  • Add the command 'source ~/.hledger-completion.bash' this to the end of your ~/.bashrc file.

should be:

- Add the command `source ~/.hledger-completion.bash` to the end of your `~/.bashrc file`.

without the single quotes around the command. And no "this".

Thanks!