Minor formatting fixes
This commit is contained in:
@@ -37,8 +37,7 @@ kldload linux64.ko
|
||||
2. Get elm [linux binary from github](https://github.com/elm/compiler/releases).
|
||||
|
||||
```bash
|
||||
wget \
|
||||
https://github.com/elm/compiler/releases/download/0.19.0/binaries-for-linux.tar.gz
|
||||
wget https://github.com/elm/compiler/releases/download/0.19.0/binaries-for-linux.tar.gz
|
||||
tar xf binaries-for-linux.tar.gz
|
||||
```
|
||||
|
||||
@@ -52,9 +51,10 @@ brandelf -t Linux ./elm
|
||||
```
|
||||
|
||||
..and there we have it
|
||||
```sh
|
||||
```bash
|
||||
$ file elm
|
||||
elm: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, with debug_info, not stripped
|
||||
elm: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux),
|
||||
statically linked, with debug_info, not stripped
|
||||
|
||||
$ ./elm
|
||||
Hi, thank you for trying out Elm 0.19.0. I hope you like it!
|
||||
|
Reference in New Issue
Block a user