From 964d92e199856be623ccf4c31ffd27603ecb2944 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Thu, 15 Oct 2020 12:07:52 +0700 Subject: [PATCH] Readme updates (#261) * README.md: Fix make command * README.md: Mention more tools needed to build the font on Ubuntu/Linux --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7cb4ef3b..441f6bca0 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ to the `dependencies` in your `component.json`. - **macOS:** no extra step required - [Bundler](http://bundler.io/) (Run `gem install bundler` to install). - [Node Package Manager (aka. `npm`)](https://docs.npmjs.com/getting-started/installing-node) +- Tools required to build the font: + - **Ubuntu:** `sudo apt-get install fontforge woff-tools woff2` From the root of the repository, install the tools used to develop. @@ -78,7 +80,7 @@ From the root of the repository, install the tools used to develop. Build the font: - $:/src/icons make + $ make -C src/icons Build the web documentation: