Minor formatting fixes
This commit is contained in:
@@ -56,14 +56,15 @@ pointed out that I could just reuse the builds from my server. So that's what I
|
||||
have done, I have yet another hetzner box building FreeBSD-CURRENT periodically
|
||||
with
|
||||
|
||||
```
|
||||
```bash
|
||||
cd /usr/src && svn update .
|
||||
make -j 4 buildkernel buildworld KERNCONF=GENERIC-LAPTOP | tee /var/log/lastbuild.log
|
||||
make -j 4 buildkernel buildworld KERNCONF=GENERIC-LAPTOP | \
|
||||
tee /var/log/lastbuild.log
|
||||
```
|
||||
|
||||
and I pull it to my laptop with rsync, with roughly following
|
||||
|
||||
```
|
||||
```bash
|
||||
cd /usr
|
||||
rsync -avz builder:/usr/src .
|
||||
rsync -avz builder:/usr/obj .
|
||||
|
@@ -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