diff --git a/README.md b/README.md index b256d8e..459e91a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ shell_configuration=$HOME/.bashrc git clone https://github.com/bltavares/kickstart.git $installation_path echo 'export PATH=$PATH:'$installation_path'/bin' >> $shell_configuration -echo 'eval "$(baseline autocomplete)"' >> $shell_configuration +echo 'eval "$(kickstart autocomplete)"' >> $shell_configuration ``` The other is to link the `bin/kickstart` into a place that is already on your path. @@ -35,7 +35,7 @@ shell_configuration=$HOME/.bashrc git clone https://github.com/bltavares/kickstart.git $installation_path sudo ln -s $installation_path/bin/kickstart /usr/local/bin/kickstart -echo 'eval "$(baseline autocomplete)"' >> $shell_configuration +echo 'eval "$(kickstart autocomplete)"' >> $shell_configuration ``` ### Usage