From 9872f8fa5e27bb88adc92967f1826fec408def79 Mon Sep 17 00:00:00 2001 From: skoh-fley Date: Mon, 8 Apr 2013 16:46:54 -0700 Subject: [PATCH 1/3] Smooshed subtly separate bullets lists into single lists --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 3502fd8a..d0640424 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ Cockatrice is free software, licensed under the GPLv2; see COPYING for details. Dependencies: - [Qt](http://qt-project.org/) - - [protobuf](http://code.google.com/p/protobuf/) - - [CMake](http://www.cmake.org/) The server requires an additional dependency: @@ -34,7 +32,6 @@ make install The following flags can be passed to `cmake`: - `-DWITH_SERVER=1` build the server - - `-DWITHOUT_CLIENT=1` do not build the client # Running From 334beabc6df8065af1f036a147b3b9dd3c51969a Mon Sep 17 00:00:00 2001 From: skoh-fley Date: Mon, 8 Apr 2013 16:47:53 -0700 Subject: [PATCH 2/3] Changed inline code formatting to block code formatting --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d0640424..e6a53da9 100644 --- a/README.md +++ b/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`: From 27b155f79d0ffd431866658393c281e82ddf73d8 Mon Sep 17 00:00:00 2001 From: skoh-fley Date: Mon, 8 Apr 2013 16:49:07 -0700 Subject: [PATCH 3/3] Changed some paragraph splits to proper line breaks --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e6a53da9..957a0249 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ The following flags can be passed to `cmake`: # Running -`oracle` fetches card data - -`cockatrice` is the game client - +`oracle` fetches card data +`cockatrice` is the game client `servatrice` is the server