about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md6
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
 ```