diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |