diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-24 01:58:22 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-24 01:58:24 +0200 |
commit | 1bd0e77160f3bc7c96843c4c9cc02e07a7cab9d9 (patch) | |
tree | defb167f7f9f264641f4745b61a9b3612fa4e59c /README.md | |
parent | Client->Frontend: Create yew frontend skeleton (diff) | |
download | OSSE-1bd0e77160f3bc7c96843c4c9cc02e07a7cab9d9.tar.gz OSSE-1bd0e77160f3bc7c96843c4c9cc02e07a7cab9d9.tar.bz2 OSSE-1bd0e77160f3bc7c96843c4c9cc02e07a7cab9d9.zip |
Misc: Update build/run instructions
Now show how to run each module + yew frontend
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md index fa6b6f8..ba9c2bf 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,10 @@ $ nix-shell shell.nix Install cargo through your preferred method. -### 2. Build! +### 2. Run! ``` -$ cargo build +$ cargo run --bin indexer +$ cargo run --bin crawler +$ trunk serve frontend/index.html ``` |