From e017106218924f4242b74da363e01ca516ebbfa2 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Sat, 11 Jan 2025 15:09:47 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f46c87..1171292 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Maybe one day the NodeJS community will find it and obsess over it in it's unopt First, download the source code and your favourite C++ compiler. Next, clone the repo (`git clone https://git.maxwellj.xyz/max/okto`) and CD into it. Compile the code (if the GCC is your poison, `g++ src/okto -o okto`) and run the binary. +*Sidenote:* Okto has been tested extensively on Linux, and is known to compile for a Windows build target. I'm working on automating tests and builds for Windows, Linux and MacOS. + +*Less Important Sidenote:* How is Haiku more developer friendly than Windows and MacOS? g++ out of the box! It's almost as if they want people to develop for it... + Now we can start writing our code! ### The Basics of Okto