Minor formatting fixes
This commit is contained in:
parent
e8b263cf16
commit
5e7f600ab2
@ -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!
|
||||
|
@ -24,7 +24,7 @@
|
||||
<p>
|
||||
<a href="https://git.sr.ht/~dbalan/blogng">Source Code</a> -
|
||||
<a href="https://jaspervdj.be/hakyll/"> built with hakyll</a> -
|
||||
<a href="/atom.xml"> Feed</a>
|
||||
<a href="/atom.xml"> Atom Feed</a>
|
||||
</p>
|
||||
<a href="https://creativecommons.org/licenses/by-nc/4.0/"><img src="/images/cc-by-nc.svg"></a>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user