From: jp Date: Thu, 21 Jul 2016 11:15:43 +0000 (+0200) Subject: update index.html X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=7a683116081fb40697672248683863995fde03c1;p=jp%2Fcrow.git update index.html --- diff --git a/index.html b/index.html index c8768944..a00a14ac 100644 --- a/index.html +++ b/index.html @@ -75,11 +75,10 @@
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)
-		
+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)