Skip to content

Commit

Permalink
Updated readme with mentions of OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
LainLayer committed Feb 14, 2024
1 parent bb0d758 commit 4dd3e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Before using `nob` you need to bootstrap it. Just compile it with the available

I really recommend to read [nob.c](./nob.c) and [nob.h](./src/nob.h) to get an idea of how it all actually works. The Build System is a work in progress, so if something breaks be ready to dive into it.

### Linux
### Linux and OpenBSD

```console
$ cc -o nob nob.c # ONLY ONCE!!!
Expand Down Expand Up @@ -86,7 +86,7 @@ $ wine ./build/musializer.exe

## Hot Reloading

**Only on Linux for now**
**Only on Linux and OpenBSD for now**

Edit `./build/config.h` and enable `MUSIALIZER_HOTRELOAD`.

Expand Down

0 comments on commit 4dd3e46

Please sign in to comment.