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

docs: fix the installation instructions under install from source

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