0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

docs: fix the installation instructions under install from source

Co-authored-by: zhou fan <1247714429@qq.com>
This commit is contained in:
neon_arch 2023-05-27 07:06:03 +00:00 committed by GitHub
parent 1bf2e0e6f9
commit 175e0c25b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.