From 3bdb23dbca2734d58ee0802b796593016ac80c6e Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Mon, 15 Mar 2021 19:26:17 -0700 Subject: [PATCH] docs: cleanup Binaryen submodule & building language (closes #65) --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8e0583d6..65d30626 100644 --- a/README.md +++ b/README.md @@ -60,15 +60,9 @@ These flags might not work on other operating systems (like MacOS), so you'll pr ## Contributing -After cloning the repository, be sure to initialize the Binaryen submodule: +You'll need Node.js and [`esy`](https://esy.sh/docs/en/getting-started.html#install-esy) to build this project. -```bash -git submodule update --init -``` - -You'll need Node.js and [`esy`](https://esy.sh/docs/en/getting-started.html#install-esy) to build this project, as well as `cmake` to build Binaryen. - -`dune` will take care of building Binaryen and compiling the C stubs, so to build the project you'll only need to run: +`dune` will take care of compiling the C stubs, so to build the project you'll only need to run: ```bash esy