fixing formatting
This commit is contained in:
parent
0b56df873d
commit
5aadf32c81
14
README.md
14
README.md
@ -12,7 +12,7 @@ Last updated: September 23, 2025 (PRH).
|
|||||||
|
|
||||||
Adapt this to your Linux distribution.
|
Adapt this to your Linux distribution.
|
||||||
|
|
||||||
1.a. **Install necessary build tools**
|
a. **Install necessary build tools**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt update
|
sudo apt update
|
||||||
@ -23,15 +23,15 @@ Last updated: September 23, 2025 (PRH).
|
|||||||
wget vim git
|
wget vim git
|
||||||
```
|
```
|
||||||
|
|
||||||
1.b. **Put [Kerl](https://github.com/kerl/kerl) somewhere in your
|
b. **Put [Kerl](https://github.com/kerl/kerl) somewhere
|
||||||
`$PATH`**. This is a tool to build Erlang releases.
|
in your `$PATH`**. This is a tool to build Erlang releases.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -O ~/bin/kerl https://raw.githubusercontent.com/kerl/kerl/master/kerl
|
wget -O ~/bin/kerl https://raw.githubusercontent.com/kerl/kerl/master/kerl
|
||||||
chmod u+x ~/bin/kerl
|
chmod u+x ~/bin/kerl
|
||||||
```
|
```
|
||||||
|
|
||||||
1.c. **Build Erlang from source using Kerl**
|
c. **Build Erlang from source using Kerl**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kerl update releases
|
kerl update releases
|
||||||
@ -41,7 +41,7 @@ Last updated: September 23, 2025 (PRH).
|
|||||||
kerl install 28.1 ~/.erts/28.1
|
kerl install 28.1 ~/.erts/28.1
|
||||||
```
|
```
|
||||||
|
|
||||||
1.d. **Put Erlang in your `$PATH`**
|
d. **Put Erlang in your `$PATH`**
|
||||||
|
|
||||||
Update .bashrc or .zshrc or whatever with the following line:
|
Update .bashrc or .zshrc or whatever with the following line:
|
||||||
|
|
||||||
@ -50,13 +50,13 @@ Last updated: September 23, 2025 (PRH).
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
1.e. **Install zx**
|
e. **Install zx**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
|
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
|
||||||
```
|
```
|
||||||
|
|
||||||
1.f. **Test zx works**
|
f. **Test zx works**
|
||||||
|
|
||||||
zx installs itself to `~/bin`, so make sure that's in your
|
zx installs itself to `~/bin`, so make sure that's in your
|
||||||
`$PATH`.
|
`$PATH`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user