Add note about installing packages required

This commit is contained in:
Akash Manohar J 2015-05-19 10:38:42 +05:30
parent 7524633e47
commit c176f71a4a

View File

@ -28,7 +28,12 @@ echo 'source $HOME/.asdf/asdf.sh' >> ~/.bashrc
echo 'source $HOME/.asdf/asdf.sh' >> ~/.bash_profile
```
> *If you use zsh or any other shell, replace `.bashrc` with the config file for the respective shell.*
If you use zsh or any other shell, replace `.bashrc` with the config file for the respective shell.
> For most plugins, it is good if you have installed the following packages OR their equivalent on you OS
> * **OS X**: Install these via homebrew `openssl libyaml readline ncurses libxslt`
> * **Ubuntu**: `libreadline-dev libncurses-dev libssl-dev libyaml-dev libxslt-dev`
**That's all ~! You are ready to use asdf**