]> O.S.I.I.S - jp/crow.git/commitdiff
update index.html
authorjp <jp_bruyere@hotmail.com>
Wed, 20 Jul 2016 22:28:12 +0000 (00:28 +0200)
committerjp <jp_bruyere@hotmail.com>
Wed, 20 Jul 2016 22:28:12 +0000 (00:28 +0200)
index.html

index b58765110e1bc16a0363894eff9a660d54f799d4..ded92f33575bfd985b98cddb189f91cbc4e32b3f 100644 (file)
                        <a id="building" class="anchor" href="#building" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Building
                </h1>
 
-               <pre><code>
-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)
+               <pre><code>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)
                </code></pre>
       </section>
     </div>