From 5b706701d03d99170ea7be892671f5a6902d05b2 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sat, 27 May 2023 10:11:42 +0300 Subject: [PATCH] chore: fix the installation instructions under installation section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 055d5c2..95d4d21 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,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 to start using Websurfx.