Update codebase to use the latest install WASP command (#399)

* Update README.md to use the latest install WASP command

* Update installation command for Wasp in CI workflow and documentation to use the new URL
This commit is contained in:
Cameron Pak
2025-04-01 05:48:19 -05:00
committed by GitHub
parent 02ac3c6977
commit 6693d5156e
3 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ To switch easily between Node.js versions, we recommend using [nvm](https://gith
Open your terminal and run:
```shell
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
curl -sSL https://get.wasp.sh/installer.sh | sh
```
:::caution[Bad CPU type in executable]
@@ -117,7 +117,7 @@ su -s $USER
Once in WSL2, run the following command in your **WSL2 environment**:
```sh
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
curl -sSL https://get.wasp.sh/installer.sh | sh
```
:::caution[WSL2 and file system issues]