Skip to content

Commit 0583f0f

Browse files
README.md: Add notes on installing prebuilt packages (#2514)
Add `Installation` section to readme to help the next person ❤️
1 parent b09caf6 commit 0583f0f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,19 @@ $ out/clang/Debug/fuzz/wasm2wat_fuzz ...
360360

361361
See the [libFuzzer documentation](https://llvm.org/docs/LibFuzzer.html) for
362362
more information about how to use this tool.
363+
364+
## Installing prebuilt binaries
365+
366+
Wabt is available on many platforms as prepackaged binaries. For example, if
367+
you use Homebrew you can use:
368+
```sh
369+
brew install wabt
370+
```
371+
372+
And you use an apt-based linux distribution you can use:
373+
```sh
374+
sudo apt install wabt
375+
```
376+
377+
You can also download prebuilt binaries for many platforms directly from the
378+
github releases page.

0 commit comments

Comments
 (0)