Spaces:
Runtime error
Runtime error
docs: fix the installation instructions under install from source
Browse files- docs/installation.md +1 -1
docs/installation.md
CHANGED
@@ -36,7 +36,7 @@ git clone https://github.com/neon-mmd/websurfx.git
|
|
36 |
cd websurfx
|
37 |
cargo build -r
|
38 |
redis-server --port 8082 &
|
39 |
-
./target/
|
40 |
```
|
41 |
|
42 |
Once you have started the server, open your preferred web browser and navigate to http://127.0.0.1:8080/ to start using Websurfx.
|
|
|
36 |
cd websurfx
|
37 |
cargo build -r
|
38 |
redis-server --port 8082 &
|
39 |
+
./target/release/websurfx
|
40 |
```
|
41 |
|
42 |
Once you have started the server, open your preferred web browser and navigate to http://127.0.0.1:8080/ to start using Websurfx.
|