From: tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547 Date: Sun, 7 Jun 2020 11:54:04 +0000 (+0100) Subject: Fix script typo X-Git-Tag: convert-csv-opcode-to-binary~2535 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2872fc6a0c4a0a836a9f038a82347912a325de7f;p=libreriscv.git Fix script typo --- diff --git a/index.mdwn b/index.mdwn index 771bb93bd..671538ab4 100644 --- a/index.mdwn +++ b/index.mdwn @@ -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 ..