aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-01-18 18:59:26 +0000
committerLouis Pilfold <louis@lpil.uk>2024-01-18 18:59:26 +0000
commit39eb82032297e39a1d905fecc5c12c642ebdaa0a (patch)
treecff29cd70e069bffd42c5bb960e89fc9e436cb93 /README.md
parent22178107e90a79bca48ff79b70617e04e46c90cc (diff)
downloadtour-39eb82032297e39a1d905fecc5c12c642ebdaa0a.tar.gz
tour-39eb82032297e39a1d905fecc5c12c642ebdaa0a.zip
Strip out deploy section
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 96b97dc..45b5b93 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,7 @@ An interactive tour of the Gleam programming language.
```sh
# Download a wasm version of the Gleam compiler
-rm -rf wasm-compiler
-mkdir wasm-compiler
-cd wasm-compiler
-curl -L "https://github.com/gleam-lang/gleam/releases/download/v0.34.1/gleam-v0.34.1-browser.tar.gz" | tar xz
-cd ..
+./bin/download-compiler
# Build the site
gleam run