From d9bf7bae5ba7e51847afa8fa3cfe7e45e9a45bb2 Mon Sep 17 00:00:00 2001 From: "tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547" Date: Thu, 11 Jun 2020 09:27:55 +0100 Subject: [PATCH] riscv->soc --- Documentation/index.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/index.mdwn b/Documentation/index.mdwn index e7e0e7ecd..429fbc11f 100644 --- a/Documentation/index.mdwn +++ b/Documentation/index.mdwn @@ -18,9 +18,9 @@ The SOC is partitioned into three repositories. The subrepositories are intended source ~/.virtualenvs/libresoc/bin/activate cd ~; mkdir libresoc; cd libresoc - git clone https://git.libre-riscv.org/git/nmutil.git - git clone https://git.libre-riscv.org/git/ieee754fpu.git - git clone https://git.libre-riscv.org/git/soc.git + git clone https://git.libre-soc.org/git/nmutil.git + git clone https://git.libre-soc.org/git/ieee754fpu.git + git clone https://git.libre-soc.org/git/soc.git cd nmutil; make install; cd .. cd ieee754fpu; make install; cd .. -- 2.30.2