From e0a3020e344bb91972142a56aaf9a60ae7bb2bc6 Mon Sep 17 00:00:00 2001 From: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:55:52 +0100 Subject: [PATCH] Update WASM install instructions --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index 9e9ae34..e230ac0 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -557,7 +557,7 @@ You need the required wasm toolchain: git clone https://gitlab.haskell.org/ghc/ghc-wasm-meta.git cd ghc-wasm-meta/ export SKIP_GHC=yes -sh setup.sh +./setup.sh source ~/.ghc-wasm/env ```