fixed backticks.

This commit is contained in:
Martin Preuss
2025-12-27 12:55:17 +01:00
parent b74e4ff8a7
commit 08c0dab8ba

View File

@@ -15,11 +15,11 @@ AqCGI only depends on libgwenhywfar (see [gwenhywfar](https://www.aquamaniac.de/
### Build ### Build
Download and unpack tar.gz file, CD into the unpacked folder and build like this: Download and unpack tar.gz file, CD into the unpacked folder and build like this:
''' ```
mkdir build mkdir build
cd build cd build
gwbuild -s .. gwbuild -s ..
gwbuild -jNN (with NN being the number of parallel processes to use, e.g. 4 if compiling on quadcore cpu) gwbuild -jNN (with NN being the number of parallel processes to use, e.g. 4 if compiling on quadcore cpu)
sudo gwbuild -i sudo gwbuild -i
''' ```