From b21e41843ceeb9c13de33186e1e4c328ad8c6a0e Mon Sep 17 00:00:00 2001 From: Dominic Letz Date: Wed, 24 Aug 2022 18:01:01 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d70650f..be65f03 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,20 @@ Because Erlang OTP has many native hooks for networking and cryptographics the E 1. Install [Android Studio](https://developer.android.com/studio) + NDK. 1. Install git, npm, asdf -``` -sudo apt install git npm curl -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2 -echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc -echo ". $HOME/.asdf/completions/asdf.bash" >> ~/.bashrc -. $HOME/.asdf/asdf.sh -``` + ``` + sudo apt install git npm curl + git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2 + echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc + echo ". $HOME/.asdf/completions/asdf.bash" >> ~/.bashrc + . $HOME/.asdf/asdf.sh + ``` 1. Install Erlang-OTP (with openssl) in the same version 25.0.4 as the bundled runtime edition: -``` -asdf install erlang 25.0.4 -asdf install elixir 1.13.4-otp-25 -``` + ``` + asdf install erlang 25.0.4 + asdf install elixir 1.13.4-otp-25 + ``` 1. Go to "Files -> New -> Project from Version Control" and enter this URL: https://github.com/elixir-desktop/android-example-app/