projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96bb360
)
riscv->soc
author
tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547
<tvijlbrief@web>
Thu, 11 Jun 2020 08:27:55 +0000
(09:27 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 11 Jun 2020 08:27:55 +0000
(09:27 +0100)
Documentation/index.mdwn
patch
|
blob
|
history
diff --git
a/Documentation/index.mdwn
b/Documentation/index.mdwn
index e7e0e7ecdf922852eda8b36a48785981f0e193c5..429fbc11fcf23bb1b986872454616d1063af1801 100644
(file)
--- 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 ..