neon_arch commited on
Commit
5b70670
1 Parent(s): 995b9ae

chore: fix the installation instructions under installation section

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