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