summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2015-11-15 17:31:53 +0100
committerAlexander Harkness <me@bearbin.net>2015-11-15 17:31:53 +0100
commit85a3076b1920ee496c34a3b4af74686e4c4aa605 (patch)
tree04a901f1cd0a81fe82a5db6aa2444d6dd5664c50
parentMerge pull request #2648 from cuberite/getting-star (diff)
downloadcuberite-85a3076b1920ee496c34a3b4af74686e4c4aa605.tar
cuberite-85a3076b1920ee496c34a3b4af74686e4c4aa605.tar.gz
cuberite-85a3076b1920ee496c34a3b4af74686e4c4aa605.tar.bz2
cuberite-85a3076b1920ee496c34a3b4af74686e4c4aa605.tar.lz
cuberite-85a3076b1920ee496c34a3b4af74686e4c4aa605.tar.xz
cuberite-85a3076b1920ee496c34a3b4af74686e4c4aa605.tar.zst
cuberite-85a3076b1920ee496c34a3b4af74686e4c4aa605.zip
-rw-r--r--COMPILING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/COMPILING.md b/COMPILING.md
index 1fd9ca8b4..a8f60738d 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -4,11 +4,11 @@ COMPILING
To compile Cuberite from source, you need the following set of software:
* CMake
- * Platform-specific make tool (windows would be MSVC, linux/osx GNU make, etc.)
+ * Platform-specific make tool \(windows would be MSVC, linux/osx GNU make, etc.\)
* C compiler
* modern C++ compiler and linker
- To contribute code, you also need a Git client.
+To contribute code, you also need a Git client.
Windows
-------