From dd49f750794dcdc8a83a40b72faa4e963b1ef5e8 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Fri, 21 Feb 2020 21:22:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b90c2f7..3a9326c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Mango is a self-hosted manga server and reader. Its features include ### Build from source -1. Make sure you have Crystal, Node and Yarn installed +1. Make sure you have Crystal, Node and Yarn installed. You might also need to install the development headers for `libsqlite3` and `libyaml`. 2. Clone the repository 3. `make && sudo make install` 4. Start Mango by running the command `mango`