about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build.md b/doc/build.md
index aa1c45d1..4ec6ae77 100644
--- a/doc/build.md
+++ b/doc/build.md
@@ -106,7 +106,8 @@ gcc.exe = "musl-gcc"
 gcc.linkerexe = "musl-gcc"
 ```
 
-* Compile and install OpenSSL, libssh2 and libbrotlidec to `/usr/local/musl`.
+* Compile and install OpenSSL, libssh2, libbrotlicommon and libbrotlidec
+  to `/usr/local/musl`.
 * Compile Chawan:
 
 ```sh