Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2404ff

Browse files
committed
Fix the make dir command.
1 parent 940e580 commit b2404ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2 id="install">Building the library</h2>
9696

9797
<div id="build_unix">
9898
<div class="description">Start by configuring the build system by running:</div>
99-
<pre class="sunburst">$ mdkir build && cd build
99+
<pre class="sunburst">$ mkdir build && cd build
100100
$ cmake .. </pre>
101101
<div class="description">Then build the library</div>
102102
<pre class="sunburst">$ make</pre>

0 commit comments

Comments
 (0)