add command to restart shell

This commit is contained in:
Norm 2023-05-30 21:21:44 -04:00
parent d956dc2f09
commit 48a0145736
Signed by untrusted user: norm
GPG Key ID: 41288320096BE045
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ Add the following lines to `~/.bashrc`:
. "$HOME/.asdf/completions/asdf.bash"
```
Restart the shell:
```shell
exec $SHELL
```
Next install Erlang:
```shell
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git