fix readme

This commit is contained in:
Christien Rioux 2024-06-06 07:51:30 -04:00
parent f4119e077a
commit 4d32d51dd7

View File

@ -12,17 +12,17 @@ While this is still in development, you must have a clone of the Veilid source c
### For Linux Systems: ### For Linux Systems:
``` ```
./setup_linux.sh ./dev-setup/setup_linux.sh
``` ```
### For Mac Systems: ### For Mac Systems:
``` ```
./setup_macos.sh ./dev-setup/setup_macos.sh
``` ```
## Updating Code ## Updating Code
### To update the WASM binary from `veilid-wasm`: ### To update the WASM binary from `veilid-wasm`:
* Debug WASM: run `./wasm_update.sh` * Debug WASM: run `./dev-setup/wasm_update.sh`
* Release WASM: run `/wasm_update.sh release` * Release WASM: run `./dev-setup/wasm_update.sh release`