Minor formatting fixes

This commit is contained in:
Dhananjay Balan
2019-08-04 00:16:12 +02:00
parent e8b263cf16
commit 5e7f600ab2
3 changed files with 9 additions and 8 deletions

View File

@@ -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!