diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-11-06 01:07:53 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-11-06 01:07:53 +0100 |
commit | 989f4fb3fe609c8fc59f3063e1dcc9790e967026 (patch) | |
tree | 839a0db4a490916761b7679150a51de63ccdfa4d | |
parent | Indexer: Switch back to not serving frontend with actix (diff) | |
download | OSSE-989f4fb3fe609c8fc59f3063e1dcc9790e967026.tar.gz OSSE-989f4fb3fe609c8fc59f3063e1dcc9790e967026.tar.bz2 OSSE-989f4fb3fe609c8fc59f3063e1dcc9790e967026.zip |
Readme: Improve run instructions with frontend auto-open
-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 ``` |