We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47be10d commit 09db0fdCopy full SHA for 09db0fd
README.html
@@ -30,7 +30,7 @@ <h2>Contents</h2>
30
<h2><a name="secDownload">Where to get the Milkymist scripts</a></h2>
31
The scripts can be downloaded from the Milkymist git repository at github:
32
<pre>
33
-$ git clone git://github.com/milkymist/scripts.git
+$ git clone git://github.com/milkymist/scripts.git
34
</pre>
35
36
<h2><a name="secRun">Running the scripts</a></h2>
@@ -69,8 +69,8 @@ <h3><a name="secToolchain">Build the Milkymist tool chain and Flickernoise</a></
69
70
<LI>Build the host tools:
71
72
- $ make -C /opt/milkymist/milkymist.git/tools
73
- $ sudo make -C /opt/milkymist/milkymist.git/tools install
+ $ make -C /opt/milkymist/milkymist/tools
+ $ sudo make -C /opt/milkymist/milkymist/tools install
74
75
</LI>
76
0 commit comments