From 4d32d51dd7e712252943237cbca1ab80c2b72050 Mon Sep 17 00:00:00 2001 From: Christien Rioux Date: Thu, 6 Jun 2024 07:51:30 -0400 Subject: [PATCH] fix readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82631b7..dc02697 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ While this is still in development, you must have a clone of the Veilid source c ### For Linux Systems: ``` -./setup_linux.sh +./dev-setup/setup_linux.sh ``` ### For Mac Systems: ``` -./setup_macos.sh +./dev-setup/setup_macos.sh ``` ## Updating Code ### To update the WASM binary from `veilid-wasm`: -* Debug WASM: run `./wasm_update.sh` -* Release WASM: run `/wasm_update.sh release` +* Debug WASM: run `./dev-setup/wasm_update.sh` +* Release WASM: run `./dev-setup/wasm_update.sh release`