Skip to content
Snippets Groups Projects
Commit 6b86026f authored by davip00's avatar davip00
Browse files

Update README for new project structure and toolchain

parent a61b18e0
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,6 @@ After cloning the repo, run: ...@@ -12,8 +12,6 @@ After cloning the repo, run:
```sh ```sh
git submodule init git submodule init
git submodule update --init --recursive git submodule update --init --recursive
cd sample-you-want-to-run
make -j $(nproc) make -j $(nproc)
``` ```
\ No newline at end of file
If you don't have a RISC-V toolchain installed, you can also run the compiler in docker.
To do that, comment out the TOOLCHAIN line in the Makefile.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment