Remove typo on instructions to install kickstart
This commit is contained in:
parent
1b7edd0b1c
commit
04f7cb0c61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user