From 04f7cb0c61d9b1670bf95b409198d7d8dad19a14 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Sun, 23 Feb 2014 12:24:06 -0300 Subject: [PATCH] Remove typo on instructions to install kickstart --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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