From 9a920438fac74c1ef3bef4d7b5b999b44e9fce21 Mon Sep 17 00:00:00 2001 From: Jansen Arruda Date: Thu, 17 Dec 2020 16:09:13 -0300 Subject: [PATCH] Update README.md Correct a typo in `fusesoc library add fusesoc_cores https://github.com/fusesoc/fusesoc_cores` to `fusesoc library add fusesoc_cores https://github.com/fusesoc/fusesoc-cores` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa31403..9391bd7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Install FuseSoC Add the FuseSoC standard library -`fusesoc library add fusesoc_cores https://github.com/fusesoc/fusesoc_cores` +`fusesoc library add fusesoc_cores https://github.com/fusesoc/fusesoc-cores` The FuseSoC standard library already contain a version of SERV, but if we want to make changes to SERV, run the bundled example or use the Zephyr support, it is better to add SERV as a separate library into the workspace