We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a3acc commit 42fa282Copy full SHA for 42fa282
README.md
@@ -56,6 +56,8 @@ git clone https://github.com/corigan01/FluxedOS
56
cd FluxedOS
57
58
mkdir build
59
+cd build
60
+
61
cmake -GNinja .. # If you want to use make then use "cmake .." instead
62
ninja run
63
```
0 commit comments