diff --git a/README.md b/README.md
index 151ce3f..22c2b6c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# neorv32
-neorv32 with Makefiles compatible with MSYS2 64 on Windows and Linux.
+neorv32 with Makefiles compatible with MSYS2 64 on Windows(ONLY ASSEMBLY) and Linux(ASSEMBLY, C, and CPP).
@@ -56,6 +56,17 @@ in this case the architecture x64 for windows binaries(https://github.com/xpack-
$ gcc --version
gcc.exe (Rev2, Built by MSYS2 project) 13.2.0
```
+7. go to the folder C:\msys64\ucrt64\bin make a copy of the file **mingw32-make.exe** and name it **make.exe**
+
+
+8. go to the directory where you cloned or donwloaded this repository to the directory **neorv32\sw\example\demo_blink_led_asm**
+ ```
+ $ cd neorv32\sw\example\demo_blink_led_asm
+ ```
+8. run the command **make all** (make sure all antivirus are disabled)
+ ```
+ $ make all
+
-7. go to the directory where you cloned or donwloaded this repository
-8.
+ ```