Skip to content
Snippets Groups Projects
Commit 17f7f15d authored by Cheng Shao's avatar Cheng Shao
Browse files

docs: fix readme typo

parent d69a4c09
No related branches found
No related tags found
No related merge requests found
Pipeline #110104 passed with warnings
...@@ -97,7 +97,7 @@ prefer to use `ghcup` to install `wasm32-wasi-ghc`: ...@@ -97,7 +97,7 @@ prefer to use `ghcup` to install `wasm32-wasi-ghc`:
$ curl https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/raw/master/bootstrap.sh | SKIP_GHC=1 sh $ curl https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/raw/master/bootstrap.sh | SKIP_GHC=1 sh
$ source ~/.ghc-wasm/env $ source ~/.ghc-wasm/env
$ ghcup config add-release-channel https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/raw/master/ghcup-wasm-0.0.9.yaml $ ghcup config add-release-channel https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/raw/master/ghcup-wasm-0.0.9.yaml
$ ghcup install ghc wasm32-wasi-ghc-9.12 -- $CONFIGURE_ARGS $ ghcup install ghc wasm32-wasi-9.12 -- $CONFIGURE_ARGS
$ cabal --with-compiler=wasm32-wasi-ghc-9.12 --with-hc-pkg=wasm32-wasi-ghc-pkg-9.12 --with-hsc2hs=wasm32-wasi-hsc2hs-9.12 build $ cabal --with-compiler=wasm32-wasi-ghc-9.12 --with-hc-pkg=wasm32-wasi-ghc-pkg-9.12 --with-hsc2hs=wasm32-wasi-hsc2hs-9.12 build
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment