From 1265e126fe0e686ee1d161f58613086158e4122e Mon Sep 17 00:00:00 2001 From: adrizcorp Date: Sun, 17 Sep 2023 00:35:55 -0700 Subject: [PATCH] modifying readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329cc96..8e600b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RISCV_picorv32_fpga ##building RISC-V from scratch, using Linux or WSL -sudo apt-get update +>sudo apt-get update sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev git clone https://github.com/riscv/riscv-gnu-toolchain cd riscv-gnu-toolchain/