neon_arch XFFXFF commited on
Commit
be453e6
1 Parent(s): 175e0c2

docs: fix the installation instructions under install from source for rolling subsection

Browse files
Files changed (1) hide show
  1. 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/debug/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.
 
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.