Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit b21e418

Browse files
authored
Update README.md
1 parent 33e10ab commit b21e418

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ Because Erlang OTP has many native hooks for networking and cryptographics the E
1313
1. Install [Android Studio](https://developer.android.com/studio) + NDK.
1414
1. Install git, npm, asdf
1515

16-
```
17-
sudo apt install git npm curl
18-
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2
19-
echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc
20-
echo ". $HOME/.asdf/completions/asdf.bash" >> ~/.bashrc
21-
. $HOME/.asdf/asdf.sh
22-
```
16+
```
17+
sudo apt install git npm curl
18+
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2
19+
echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc
20+
echo ". $HOME/.asdf/completions/asdf.bash" >> ~/.bashrc
21+
. $HOME/.asdf/asdf.sh
22+
```
2323
2424
1. Install Erlang-OTP (with openssl) in the same version 25.0.4 as the bundled runtime edition:
2525
26-
```
27-
asdf install erlang 25.0.4
28-
asdf install elixir 1.13.4-otp-25
29-
```
26+
```
27+
asdf install erlang 25.0.4
28+
asdf install elixir 1.13.4-otp-25
29+
```
3030
3131
1. Go to "Files -> New -> Project from Version Control" and enter this URL: https://github.com/elixir-desktop/android-example-app/
3232

0 commit comments

Comments
 (0)