Add additional markup for command lines. This allows some editors/IDEs to be able to invoke it with a click on a run button beside the text

This commit is contained in:
Andrew Mackenzie
2026-02-15 16:17:03 +01:00
parent af8ff3bfa5
commit b4bdbc387e

View File

@@ -28,15 +28,21 @@ When it comes to Rust, you need the nightly toolchain. To install it, run:
### Building
You can start building the initrd programs using this script:
`./scripts/mac-experimental/build-deps.sh`
```bash
./scripts/mac-experimental/build-deps.sh
```
musl programs are built by default.
If you want GNU program builds:
`stdlib=gnu ./scripts/mac-experimental/build-deps.sh`
```bash
stdlib=gnu ./scripts/mac-experimental/build-deps.sh
```
After building, you can make the initrd with:
`./scripts/mac-experimental/create-image.sh`
```bash
./scripts/mac-experimental/create-image.sh
```
The initrd should now be at `./moss.img`.