From 7eb20ddeb7b8c2ca5deaa060ea5c4a6bf59a8562 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Fri, 21 Aug 2015 09:36:57 +0200 Subject: [PATCH] Remove quickstart, best if people look at installation guide --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 538864e..52cf918 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,6 @@ provides highlevel C++11 access to complicated C code. ## Installation ## See [installation guide](https://github.com/cppit/libclangmm/blob/master/docs/install.md) -### Quickstart ### -```sh -$ git clone https://github.com/cppit/libclangmm.git clangmm -$ cd clangmm -$ make -$ sudo make install -``` # Tests # The compilation of the tests are disabled due to ease of installation. Simply enter CMakeList.txt and uncomment the last two lines in the file to enable testing.