mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
Changed inline code formatting to block code formatting
This commit is contained in:
parent
9872f8fa5e
commit
334beabc6d
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -21,13 +21,13 @@ The server requires an additional dependency:
|
||||||
|
|
||||||
- [libgcrypt](http://www.gnu.org/software/libgcrypt/)
|
- [libgcrypt](http://www.gnu.org/software/libgcrypt/)
|
||||||
|
|
||||||
```
|
To compile:
|
||||||
mkdir build
|
|
||||||
cd build
|
mkdir build
|
||||||
cmake ..
|
cd build
|
||||||
make
|
cmake ..
|
||||||
make install
|
make
|
||||||
```
|
make install
|
||||||
|
|
||||||
The following flags can be passed to `cmake`:
|
The following flags can be passed to `cmake`:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue