Skip to content
Snippets Groups Projects
Unverified Commit 1a204a69 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

docs: add note about hooking asdf into your shell

parent b251d541
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,6 +33,24 @@ brew install asdf
 
Linux users should follow the instructions for their package manager in [the ASDF documentation](https://asdf-vm.com/guide/getting-started).
 
#### Step 2.5: Hook `asdf` into your shell
Once you've installed `asdf`, add the following line to your shell. Remember to restart your terminal for the change to take affect.
### Macos with Homebrew
```shell
. $(brew --prefix asdf)/asdf.sh
```
### Linux
```shell
. <path to asdf install>/asdf.sh
```
Did you remember to restart your terminal? Good.
### Step 2: Install development dependencies
 
Install all the plugins by running:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment