mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
chore: fix the installation instructions under installation section
This commit is contained in:
parent
995b9ae42f
commit
5b706701d0
@ -109,7 +109,7 @@ git clone https://github.com/neon-mmd/websurfx.git
|
|||||||
cd websurfx
|
cd websurfx
|
||||||
cargo build -r
|
cargo build -r
|
||||||
redis-server --port 8082 &
|
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.
|
Once you have started the server, open your preferred web browser and navigate to <http://127.0.0.1:8080> to start using Websurfx.
|
||||||
|
Loading…
Reference in New Issue
Block a user