From 248870cfc766e0352b7d708bd86af35f695e1dab Mon Sep 17 00:00:00 2001 From: Burkhard Ringlein Date: Mon, 22 Jun 2015 20:31:15 +0200 Subject: [PATCH] fixed Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6096b9f..1c4555c 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ Because *GarbageCollector* is multithreaded, he is **faster than other** popular Simply: -`git clone git@github.com:cliffTifflor/GarbageCollector.git GarbageCollector ` -`cd GarbageCollector` -`make ` + git clone git@github.com:cliffTifflor/GarbageCollector.git GarbageCollector + cd GarbageCollector + make Of course you need the build essentials of your system (C++, GNU Make, g++, etc.).