From cf75f5c32fa10c08d305ae06d5e51a8cb0b9ad0c Mon Sep 17 00:00:00 2001 From: hawkbee <49282360+hawkbee1@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:49:02 +0100 Subject: [PATCH] Update README.md: bynaryen install --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da6dbaf7b..d84218e69 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ we recommend cloning into your `${HOME}`, to avoid having to specify the ```bash $ git clone https://github.com/WebAssembly/binaryen ~/binaryen $ cd ~/binaryen +$ git submodule init +$ git submodule update $ cmake . && make ```