mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Fixed installation instructions
This commit is contained in:
parent
c74f4a215d
commit
ae221eb8eb
@ -16,11 +16,11 @@ Depending on your OS, run the following
|
||||
```bash
|
||||
# For Ubuntu or other linux distros
|
||||
echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc
|
||||
echo '. $HOME/.asdf/completions/asdf.bash >> ~/.bashrc'
|
||||
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc
|
||||
|
||||
# OR for Max OSX
|
||||
echo '. $HOME/.asdf/asdf.sh' >> ~/.bash_profile
|
||||
echo '. $HOME/.asdf/completions/asdf.bash >> ~/.bash_profile'
|
||||
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bash_profile
|
||||
```
|
||||
|
||||
If you use zsh or any other shell, replace `.bashrc` with the config file for the respective shell.
|
||||
|
Loading…
Reference in New Issue
Block a user