README.md: update the simplest build instruction

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-12-20 22:14:34 +09:00
parent d3e997f4f9
commit d0af9e9863
+7 -1
View File
@@ -42,7 +42,13 @@ We don't have a mailing list, but you can use [GitHub issues](https://github.com
## How to compile, test, and install (mruby and gems)
See the [compile.md](doc/guides/compile.md) file.
For the simplest case, type
```
rake all test
```
See the [compile.md](doc/guides/compile.md) file for the detail.
## Building documentation