mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31:31 +08:00
Readme updates (#261)
* README.md: Fix make command * README.md: Mention more tools needed to build the font on Ubuntu/Linux
This commit is contained in:
parent
4a07e09b94
commit
964d92e199
@ -70,6 +70,8 @@ to the `dependencies` in your `component.json`.
|
|||||||
- **macOS:** no extra step required
|
- **macOS:** no extra step required
|
||||||
- [Bundler](http://bundler.io/) (Run `gem install bundler` to install).
|
- [Bundler](http://bundler.io/) (Run `gem install bundler` to install).
|
||||||
- [Node Package Manager (aka. `npm`)](https://docs.npmjs.com/getting-started/installing-node)
|
- [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.
|
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:
|
Build the font:
|
||||||
|
|
||||||
$:/src/icons make
|
$ make -C src/icons
|
||||||
|
|
||||||
Build the web documentation:
|
Build the web documentation:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user