neon_arch commited on
Commit
75dd7f1
1 Parent(s): 5e1122b

Adding minor change to installation step

Browse files
Files changed (1) hide show
  1. README.org +1 -1
README.org CHANGED
@@ -11,7 +11,7 @@ To start installing, testing and playing around with search engine. Clone the re
11
  git clone https://gitlab.com/NEON-MMD/websurfx.git
12
  cd websurfx
13
  cargo build
14
- ./target/debug/websurfx --port <what ever port you want the server to launch on>
15
  #+end_src
16
 
17
  and then open your browser of choice and visit [[http://127.0.0.1:8080]] and then you can start playing with it right away.
 
11
  git clone https://gitlab.com/NEON-MMD/websurfx.git
12
  cd websurfx
13
  cargo build
14
+ ./target/debug/websurfx --port 8080
15
  #+end_src
16
 
17
  and then open your browser of choice and visit [[http://127.0.0.1:8080]] and then you can start playing with it right away.