Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
5e1122b
1
Parent(s):
41d29ef
updating README.org for improving installation step
Browse files- README.org +2 -1
README.org
CHANGED
@@ -10,7 +10,8 @@ To start installing, testing and playing around with search engine. Clone the re
|
|
10 |
#+begin_src shell
|
11 |
git clone https://gitlab.com/NEON-MMD/websurfx.git
|
12 |
cd websurfx
|
13 |
-
cargo
|
|
|
14 |
#+end_src
|
15 |
|
16 |
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.
|
|
|
10 |
#+begin_src shell
|
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.
|