From 1e235a94d0fa0ece3de054e95688bca83d75d0a5 Mon Sep 17 00:00:00 2001 From: Yonle Date: Sat, 11 May 2024 18:03:49 +0700 Subject: [PATCH] README: small fix of text Signed-off-by: Yonle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d68bd..f072f26 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This project solve the problem by **reducing** the number of connected relays, a You could set up an bostr bouncer by installing [Bostr CLI](#bostr-cli), or setting up via [The Source Code](#source-code), or via [Docker](#docker). -**Tip:** When dependencies installation is failed due to failed compilation of `bufferutil` or `utf-8-validate` packages, Run `npm install` with `--omit=optional` being set (Example: `npm install --omit=optional -g bostr`). +**Tip:** When dependencies installation is failed due to failed compilation of `bufferutil` or `utf-8-validate` packages, Run `npm install` with `--omit=optional` (Example: `npm install --omit=optional -g bostr`). ### Bostr CLI Install bostr via `npm`: