add command to restart shell
This commit is contained in:
parent
d956dc2f09
commit
48a0145736
|
@ -60,6 +60,11 @@ Add the following lines to `~/.bashrc`:
|
||||||
. "$HOME/.asdf/completions/asdf.bash"
|
. "$HOME/.asdf/completions/asdf.bash"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Restart the shell:
|
||||||
|
```shell
|
||||||
|
exec $SHELL
|
||||||
|
```
|
||||||
|
|
||||||
Next install Erlang:
|
Next install Erlang:
|
||||||
```shell
|
```shell
|
||||||
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
|
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
|
||||||
|
|
Loading…
Reference in a new issue