diff --git a/README.md b/README.md index dcf726d..8f29e49 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ neorv32 with Makefiles compatible with MSYS2 64 on Windows(ONLY ASSEMBLY) and Linux(ASSEMBLY, C, and CPP). +# 1. Windows Installation, and test. +# 2. Linux Installation, and test. - -## Windows Installation +## 1. Windows Installation You must download the latest RISCV precompiled binaries for your platform from: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/ @@ -102,7 +103,7 @@ in this case the architecture x64 for windows binaries(https://github.com/xpack- 10. you have been able to compiled assembly for the RISCV on windows. -## Linux Installation +## 2. Linux Installation 1. Open shell and run: ```