fix: add it all worked

This commit is contained in:
orion 2023-11-06 21:14:38 -06:00
parent 83fe35e7fa
commit b914fdf15e
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -125,13 +125,25 @@ asdf plugin add rust
asdf plugin add bun
asdf plugin add purescript
asdf install nodejs 20.2.0
asdf install rust latest
asdf install bun latest
asdf install purescript latest
asdf global nodejs latest
asdf global rust latest
asdf global bun latest
asdf global purescript latest
npm install --global spago@next
```
Done!
## It all worked?
```sh
git clone git@git.orionkindel.com:ts/scraper
cd scraper
asdf install
bun install
spago build
# woohoo!
```