mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add section about sourcing shell file in correct place
This commit is contained in:
parent
359191104b
commit
7c5be4addb
@ -54,6 +54,8 @@ Depending on your OS and shell, run the following:
|
||||
```
|
||||
Restart your shell so that PATH changes take effect. (Opening a new terminal tab will usually do it.)
|
||||
|
||||
Also if you're having issues with it not detecting the shims you've installed it's most-likely due to the sourcing of above `asdf.bash` or `asdf.fish` not being at the bottom of your `~/.bash_profile`, `~/.zshrc`, or `~/.config/fish/config.fish`. It needs to be sourced *after* you've set your `$PATH.`
|
||||
|
||||
> For most plugins, it is good if you have installed the following packages OR their equivalent on your OS
|
||||
|
||||
> * **macOS**: Install these via homebrew `coreutils automake autoconf openssl libyaml readline libxslt libtool unixodbc`
|
||||
|
Loading…
Reference in New Issue
Block a user