mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-12 15:49:28 -08:00
Changed inline code formatting to block code formatting
This commit is contained in:
14
README.md
14
README.md
@@ -21,13 +21,13 @@ The server requires an additional dependency:
|
||||
|
||||
- [libgcrypt](http://www.gnu.org/software/libgcrypt/)
|
||||
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
make install
|
||||
```
|
||||
To compile:
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
make install
|
||||
|
||||
The following flags can be passed to `cmake`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user