From 3dce291ba1841eb615a170c97b5143ca5bcf923e Mon Sep 17 00:00:00 2001 From: jp Date: Thu, 21 Jul 2016 00:27:15 +0200 Subject: [PATCH] update index.html --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 5e0d86e2..b5876511 100644 --- a/index.html +++ b/index.html @@ -75,11 +75,11 @@

-			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