From b914fdf15e5496bfb25c28c87c6340ce28248c96 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Mon, 6 Nov 2023 21:14:38 -0600 Subject: [PATCH] fix: add it all worked --- readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 226432c..a7f9d40 100644 --- a/readme.md +++ b/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! +```