simonmichael / hledger_site

The repo for hledger.org, the hledger project's website.
GNU General Public License v3.0
63 stars 38 forks source link

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

Closed schoettl closed 4 years ago

schoettl commented 4 years ago

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

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".

simonmichael commented 4 years ago

Thanks!