docs: fix the installation instructions under install from source for rolling subsection
Browse files- docs/installation.md +1 -1
docs/installation.md
CHANGED
|
@@ -53,7 +53,7 @@ cd websurfx
|
|
| 53 |
git checkout rolling
|
| 54 |
cargo build -r
|
| 55 |
redis-server --port 8082 &
|
| 56 |
-
./target/
|
| 57 |
```
|
| 58 |
|
| 59 |
Once you have started the server, open your preferred web browser and navigate to http://127.0.0.1:8080/ to start using Websurfx.
|
|
|
|
| 53 |
git checkout rolling
|
| 54 |
cargo build -r
|
| 55 |
redis-server --port 8082 &
|
| 56 |
+
./target/release/websurfx
|
| 57 |
```
|
| 58 |
|
| 59 |
Once you have started the server, open your preferred web browser and navigate to http://127.0.0.1:8080/ to start using Websurfx.
|