diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index ba9c2bf..aee4671 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Install cargo through your preferred method. ### 2. Run! ``` +$ trunk serve frontend/index.html $ cargo run --bin indexer $ cargo run --bin crawler -$ trunk serve frontend/index.html ``` |