change readme codeblocks: sh -> console
This commit is contained in:
parent
cb5a982226
commit
01000ccb6c
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
install [asdf](https://asdf-vm.com/guide/getting-started.html#_1-install-dependencies)
|
||||
|
||||
``` sh
|
||||
``` console
|
||||
$ sudo apt install curl git
|
||||
$ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch <version>
|
||||
$ echo ". \"$HOME/.asdf/asdf.sh\"" >> ~/.bashrc
|
||||
|
|
@ -13,8 +13,8 @@ $ echo ". \"$HOME/.asdf/completions/asdf.bash\"" >> ~/.bashrc
|
|||
|
||||
install [erlang](https://github.com/asdf-vm/asdf-erlang) and [elixir](https://github.com/asdf-vm/asdf-elixir) plugins
|
||||
|
||||
```sh
|
||||
# erlang deps (asdf doesn't manage deps)
|
||||
```console
|
||||
# erlang deps (asdf doesn't manage deps)
|
||||
$ sudo apt-get -y install build-essential autoconf m4 libncurses5-dev libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-11-jdk
|
||||
|
||||
$ asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user