</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)
+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>