Skip to content

Commit

Permalink
Fix the make dir command.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannluciano committed Jul 3, 2011
1 parent 940e580 commit b2404ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -96,7 +96,7 @@ <h2 id="install">Building the library</h2>

<div id="build_unix">
<div class="description">Start by configuring the build system by running:</div>
<pre class="sunburst">$ mdkir build && cd build
<pre class="sunburst">$ mkdir build && cd build
$ cmake .. </pre>
<div class="description">Then build the library</div>
<pre class="sunburst">$ make</pre>
Expand Down

0 comments on commit b2404ff

Please sign in to comment.