about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-24 01:58:22 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-24 01:58:24 +0200
commit1bd0e77160f3bc7c96843c4c9cc02e07a7cab9d9 (patch)
treedefb167f7f9f264641f4745b61a9b3612fa4e59c /README.md
parentClient->Frontend: Create yew frontend skeleton (diff)
downloadOSSE-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.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
 ```