Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Rebillout <elboulangero@gmail.com>2020-10-15 08:07:52 +0300
committerGitHub <noreply@github.com>2020-10-15 08:07:52 +0300
commit964d92e199856be623ccf4c31ffd27603ecb2944 (patch)
tree8b0838b6eaa2b2e45de4a307cc9e02842bdd92b9
parent4a07e09b94a22db7aeb92c30d9d7600433d676c1 (diff)
Readme updates (#261)
* README.md: Fix make command * README.md: Mention more tools needed to build the font on Ubuntu/Linux
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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: