From 46a68a40065f4ba193ebcd0eb975c055f6b297e8 Mon Sep 17 00:00:00 2001 From: jp Date: Thu, 21 Jul 2016 00:28:12 +0200 Subject: [PATCH] update index.html --- index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index b5876511..ded92f33 100644 --- a/index.html +++ b/index.html @@ -74,12 +74,11 @@ Building -

-git clone https://github.com/jpbruyere/Crow.git     # Download source code from github
-cd Crow                                             # Enter the source directory
-nuget restore Crow.sln                              # Restore nuget packages
-msbuild /p:Configuration=Release Crow.sln           # Build on .Net (Windows)
-xbuild  /p:Configuration=Release Crow.sln           # Build on Mono (Linux / Mac OS X)
+		
git clone https://github.com/jpbruyere/Crow.git     # Download source code from github
+				cd Crow                                             # Enter the source directory
+				nuget restore Crow.sln                              # Restore nuget packages
+				msbuild /p:Configuration=Release Crow.sln           # Build on .Net (Windows)
+				xbuild  /p:Configuration=Release Crow.sln           # Build on Mono (Linux / Mac OS X)
 		
-- 2.47.3