fix: add it all worked
This commit is contained in:
parent
83fe35e7fa
commit
b914fdf15e
14
readme.md
14
readme.md
@ -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!
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user