diff --git a/README.md b/README.md index 279a55e8c52918c15848d3e101bf8b0645196816..1f8d36b2cd98a52c18d7fa1daca887a014c61a02 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ After cloning the repo, run: ```sh git submodule init git submodule update --init --recursive +cd sample-you-want-to-run make -j $(nproc) -``` - -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 +``` \ No newline at end of file