From 175e0c25b3aa57e111c064cfc9dc7cc040778724 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sat, 27 May 2023 07:06:03 +0000 Subject: [PATCH] docs: fix the installation instructions under install from source Co-authored-by: zhou fan <1247714429@qq.com> --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 1e23aec..44d5c74 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -36,7 +36,7 @@ git clone https://github.com/neon-mmd/websurfx.git cd websurfx cargo build -r redis-server --port 8082 & -./target/debug/websurfx +./target/release/websurfx ``` Once you have started the server, open your preferred web browser and navigate to http://127.0.0.1:8080/ to start using Websurfx.