mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add note about installing packages required
This commit is contained in:
parent
7524633e47
commit
c176f71a4a
@ -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**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user