From 7fc6990c176df0e28bc82c0d157ca33098fcd3fb Mon Sep 17 00:00:00 2001 From: Saagar Jha Date: Sun, 11 Nov 2018 20:22:09 -0800 Subject: [PATCH] List Yarn as a dependency for building on iOS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af9043035c..9c7fbadf75 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ You'll need these things to build the project: - Python 3 - Ninja + - Yarn (only when building for iOS) - Meson (`pip install meson`) - Clang and LLD (on mac, `brew install llvm`, on linux, `sudo apt install clang lld` or `sudo pacman -S clang lld` or whatever)