fixing formatting

This commit is contained in:
Peter Harpending 2025-09-23 14:56:14 -07:00
parent 5aadf32c81
commit 91c6e62cbb

View File

@ -6,13 +6,13 @@ Currently there is only one thing, which is the Gajumaru HTTP Daemon.
Last updated: September 23, 2025 (PRH).
1. **Install Erlang and zx/zomp**
### Install Erlang and zx/zomp
Source: [*Building Erlang 26.2.5 on Ubuntu 24.04*](https://zxq9.com/archives/2905)
Source: [*Building Erlang 26.2.5 on Ubuntu 24.04*](https://zxq9.com/archives/2905)
Adapt this to your Linux distribution.
Adapt this to your Linux distribution.
a. **Install necessary build tools**
1. **Install necessary build tools**
```bash
sudo apt update
@ -23,7 +23,7 @@ Last updated: September 23, 2025 (PRH).
wget vim git
```
b. **Put [Kerl](https://github.com/kerl/kerl) somewhere
2. **Put [Kerl](https://github.com/kerl/kerl) somewhere
in your `$PATH`**. This is a tool to build Erlang releases.
```bash
@ -31,7 +31,7 @@ Last updated: September 23, 2025 (PRH).
chmod u+x ~/bin/kerl
```
c. **Build Erlang from source using Kerl**
3. **Build Erlang from source using Kerl**
```bash
kerl update releases
@ -41,7 +41,7 @@ Last updated: September 23, 2025 (PRH).
kerl install 28.1 ~/.erts/28.1
```
d. **Put Erlang in your `$PATH`**
4. **Put Erlang in your `$PATH`**
Update .bashrc or .zshrc or whatever with the following line:
@ -50,13 +50,13 @@ Last updated: September 23, 2025 (PRH).
```
e. **Install zx**
5. **Install zx**
```bash
wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx
```
f. **Test zx works**
6. **Test zx works**
zx installs itself to `~/bin`, so make sure that's in your
`$PATH`.