Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
5b70670
1
Parent(s):
995b9ae
chore: fix the installation instructions under installation section
Browse files
README.md
CHANGED
@@ -109,7 +109,7 @@ git clone https://github.com/neon-mmd/websurfx.git
|
|
109 |
cd websurfx
|
110 |
cargo build -r
|
111 |
redis-server --port 8082 &
|
112 |
-
./target/
|
113 |
```
|
114 |
|
115 |
Once you have started the server, open your preferred web browser and navigate to <http://127.0.0.1:8080> to start using Websurfx.
|
|
|
109 |
cd websurfx
|
110 |
cargo build -r
|
111 |
redis-server --port 8082 &
|
112 |
+
./target/release/websurfx
|
113 |
```
|
114 |
|
115 |
Once you have started the server, open your preferred web browser and navigate to <http://127.0.0.1:8080> to start using Websurfx.
|