From ff9809d7dcf35e9eaf9b29cd187331c00beeb404 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Tue, 1 Oct 2019 17:15:41 +0200 Subject: [PATCH] [doc/build/macos] Use a tap --- docs/build/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/index.md b/docs/build/index.md index 18f0eb4ec..ee915aafe 100644 --- a/docs/build/index.md +++ b/docs/build/index.md @@ -23,7 +23,7 @@ Last but not least, download and install the latest [GCC toolchain from ARM](htt We recommend using [Homebrew](https://brew.sh) to install all dependencies. Once you have installed Homebrew, install all the dependencies with the following command: ``` -brew install armmbed/formulae/arm-none-eabi-gcc fltk freetype libpng pkg-config python +brew install numworks/tap/epsilon-sdk ``` ### Debian or Ubuntu