diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-11-05 01:00:05 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-11-05 17:24:54 +0100 |
commit | f2b946f1af005f6be15efd67f5b1508a30fa0c92 (patch) | |
tree | 5a5463bb11aaa7ac284e1c6c514832d53767a789 /README.md | |
parent | Indexer: Actix: Use the same service handler with multiple routes (diff) | |
download | OSSE-f2b946f1af005f6be15efd67f5b1508a30fa0c92.tar.gz OSSE-f2b946f1af005f6be15efd67f5b1508a30fa0c92.tar.bz2 OSSE-f2b946f1af005f6be15efd67f5b1508a30fa0c92.zip |
Indexer+Frontend: Integrate with actix
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 ``` |