You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asdf uses loads asdf.sh in your shell to provide the asdf command. The asdf install script generates this file.
You can also install asdf manually by cloning the repository and sourcing asdf.sh in your shell.
We could use this approach to install asdf in a separate directory and then source it in the shell with a wrapper
script. This would allow us to install and maintain asdf in a separate directory and not pollute the user's home directory.
Installation of asdf is hard and error prone, let's try to find an easier way to install and use this tool on all platforms.
The text was updated successfully, but these errors were encountered: