Syntax highlighting.
This commit is contained in:
@@ -30,13 +30,13 @@ well. Thats what I ended up doing!
|
||||
|
||||
1. Load the kernel module for linux emulation.
|
||||
|
||||
```
|
||||
```bash
|
||||
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
|
||||
tar xf binaries-for-linux.tar.gz
|
||||
@@ -47,12 +47,12 @@ tar xf binaries-for-linux.tar.gz
|
||||
as type `Linux`. Kernel uses this information check decide runtime
|
||||
to use, in our case Linux emulation.
|
||||
|
||||
```
|
||||
```bash
|
||||
brandelf -t Linux ./elm
|
||||
```
|
||||
|
||||
..and there we have it
|
||||
```
|
||||
```sh
|
||||
$ file elm
|
||||
elm: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, with debug_info, not stripped
|
||||
|
||||
|
Reference in New Issue
Block a user