Fix script typo
authortvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547 <tvijlbrief@web>
Sun, 7 Jun 2020 11:54:04 +0000 (12:54 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 7 Jun 2020 11:54:04 +0000 (12:54 +0100)
index.mdwn

index 771bb93bd6ea3fccbc983610ffc182cd3b11093a..671538ab4b512a123f4e872e47f7ee4bbd20ad2c 100644 (file)
@@ -120,7 +120,7 @@ Here is an example process of how to play with the soc code:
     git clone https://git.libre-riscv.org/git/ieee754fpu.git
     git clone https://git.libre-riscv.org/git/soc.git
     
-    cd nmutil; ;ake install; cd ..
+    cd nmutil; make install; cd ..
     cd ieee754fpu; make install; cd ..
     cd soc; make gitupdate; make install; cd ..