mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-04 00:07:29 +03:00
Amend installation comment
This commit is contained in:
parent
bee666704b
commit
13bf6fdcd8
@ -10,13 +10,13 @@
|
||||
|
||||
# INSTALLATION:
|
||||
# To install you can simply source this file from your shell's startup files.
|
||||
|
||||
#
|
||||
# Alternatively, copy/symlink it into `${BASH_COMPLETION_USER_DIR}/completions`
|
||||
# or `${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion/completions`, rename
|
||||
# it to either `hledger`, `_hledger` or `hledger.bash`, and it will be loaded
|
||||
# dynamically the first time you use the `hledger` command. Optionally, create
|
||||
# symlinks to this file for any extensions used e.g.:
|
||||
|
||||
#
|
||||
# mkdir -p "${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions" &&
|
||||
# cd "${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions" &&
|
||||
# cp /path/to/hledger-completion.bash hledger &&
|
||||
|
@ -10,13 +10,13 @@
|
||||
|
||||
# INSTALLATION:
|
||||
# To install you can simply source this file from your shell's startup files.
|
||||
|
||||
#
|
||||
# Alternatively, copy/symlink it into `${BASH_COMPLETION_USER_DIR}/completions`
|
||||
# or `${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion/completions`, rename
|
||||
# it to either `hledger`, `_hledger` or `hledger.bash`, and it will be loaded
|
||||
# dynamically the first time you use the `hledger` command. Optionally, create
|
||||
# symlinks to this file for any extensions used e.g.:
|
||||
|
||||
#
|
||||
# mkdir -p "${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions" &&
|
||||
# cd "${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions" &&
|
||||
# cp /path/to/hledger-completion.bash hledger &&
|
||||
|
Loading…
Reference in New Issue
Block a user