diff --git a/README b/README index 585cb62..bfc0a14 100644 --- a/README +++ b/README @@ -27,11 +27,13 @@ Local installation : - Copy whole package content in ~/.local/share/autojump2 - Create a symbolic link from a bin directory (/bin, /usr/bin, ...) to ~/.local/share/autojump2/autojump2 - Add 'source ~/.local/share/autojump2/autojump2.bash' to your ~/.bashrc +- Add 'alias cd="j"' to your ~/.bashrc Bin installation - Copy whole package content in /usr/local/share/autojump2 - Create a symbolic link from a bin directory (/bin, /usr/bin, ...) to /usr/local/share/autojump2/autojump2 - Add 'source /usr/local/share/autojump2/autojump2.bash' to your ~/.bashrc +- Add 'alias cd="j"' to your ~/.bashrc A database named .autojump2.dict will be created at $AUTOJUMP2_DATA_DIR/ or ~/ if variable is not defined