From 1bd0e77160f3bc7c96843c4c9cc02e07a7cab9d9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 24 Oct 2022 01:58:22 +0200 Subject: Misc: Update build/run instructions Now show how to run each module + yew frontend --- README.md | 6 ++++-- 1 file 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 ``` -- cgit 1.4.1