From 2872fc6a0c4a0a836a9f038a82347912a325de7f Mon Sep 17 00:00:00 2001 From: "tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547" Date: Sun, 7 Jun 2020 12:54:04 +0100 Subject: [PATCH] Fix script typo --- index.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .. -- 2.30.2