add command to restart shell

This commit is contained in:
Francis Dinh 2023-05-30 21:21:44 -04:00
parent d956dc2f09
commit 48a0145736
No known key found for this signature in database
GPG key ID: 41288320096BE045

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