More progress writing .md files

This commit is contained in:
AlexSSD7 2023-09-03 15:01:13 +01:00
commit 215360ceef
6 changed files with 40 additions and 14 deletions

View file

@ -6,7 +6,7 @@ Yes, you read that right. For development purposes, Linsk remains 100% supported
## QEMU
On Ubuntu (and probably on any other Debian-based distro) you can install the required `qemu-system-$(arch)` binary by running the following:
On Ubuntu (and probably on any other Debian-based distro), you can install the required `qemu-system-$(arch)` binary by running the following:
```sh
apt install qemu-system
```
@ -26,8 +26,4 @@ cd linsk
go build
```
After that is done, you will be able to find the `linsk` binary in the same directory you ran `go build` in.
# The next steps
That's it. You can follow the further usage instructions set in TODO just like with any other OS.
After that is done, you will be able to find the `linsk` binary in the same directory you ran `go build` in.