From d0af9e98632fef2531bf2150af3f706d8d662a97 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 20 Dec 2022 22:14:34 +0900 Subject: [PATCH] README.md: update the simplest build instruction --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc5be3ab8..d2907862c 100644 --- a/README.md +++ b/README.md @@ -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