From 08eb54b106987d2416ef0136e80fae55eb22a4df Mon Sep 17 00:00:00 2001 From: Yonle Date: Sun, 2 Jun 2024 12:27:59 +0700 Subject: [PATCH] README: fix on links for [Installation Methods] section Signed-off-by: Yonle --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7209197..eb3276e 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ You could set up an bostr bouncer by installing [Bostr CLI](#bostr-cli), or sett **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`). Installation Methods -- [Bostr CLI](#bostrcli) -- [Source code](#sourcecode) +- [Bostr CLI](#bostr-cli) +- [Source code](#source-code) - [Docker](#docker) -- [Bun runtime](#bunruntime) +- [Bun runtime](#bun-runtime) ### Bostr CLI Install bostr via `npm`: