From f6333cdfc61f350472c82b13c37f131786163bfa Mon Sep 17 00:00:00 2001 From: jhen Date: Mon, 31 Jul 2023 05:52:32 +0800 Subject: [PATCH] Update README.md (Add `Build from source` section) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 02c6755c..7b8d9a9f 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ makepkg -si paru -S react-native-debugger-bin ``` +## Build from source + +Please read [Development section](docs/contributing.md#development) in docs/contributing.md for how to build the app from source. + ## Documentation - [Getting Started](docs/getting-started.md)