From 75dd7f13b89ef8e61bb01d4bc6994e8d8b94271d Mon Sep 17 00:00:00 2001 From: neon_arch Date: Tue, 25 Apr 2023 16:47:27 +0300 Subject: [PATCH] Adding minor change to installation step --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index a838e4e..b8f2732 100644 --- a/README.org +++ b/README.org @@ -11,7 +11,7 @@ To start installing, testing and playing around with search engine. Clone the re git clone https://gitlab.com/NEON-MMD/websurfx.git cd websurfx cargo build - ./target/debug/websurfx --port + ./target/debug/websurfx --port 8080 #+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.