diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md index 910e133..b16d224 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,5 @@ Install cargo through your preferred method. ``` $ cargo run --bin indexer $ cargo run --bin crawler -$ trunk serve frontend/index.html -``` - -### 3. Use?! -``` - Navigate to 127.0.0.1:8080 on your favorite browser:) +$ trunk serve frontend/index.html --open ``` |