0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

updating README.org for improving installation step

This commit is contained in:
neon_arch 2023-04-25 16:36:58 +03:00
parent 41d29ef5bf
commit 5e1122bc9f

View File

@ -10,7 +10,8 @@ To start installing, testing and playing around with search engine. Clone the re
#+begin_src shell #+begin_src shell
git clone https://gitlab.com/NEON-MMD/websurfx.git git clone https://gitlab.com/NEON-MMD/websurfx.git
cd websurfx cd websurfx
cargo run cargo build
./target/debug/websurfx --port <what ever port you want the server to launch on>
#+end_src #+end_src
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. 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.