Skip to content

Commit

Permalink
Update BUILDING_FEATHER.md (#1152)
Browse files Browse the repository at this point in the history
Fixes a few typos and proposes style updates
  • Loading branch information
bertday committed Mar 21, 2020
1 parent f6f3c38 commit bfe8c9d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions BUILDING_FEATHER.md
@@ -1,6 +1,6 @@
# Generating Feather icon set

### To build Feather Icon Set is necessary:
### To build the Feather icon Set you will need:

- [Inkscape](https://inkscape.org/)
- [GNU Parallel](https://www.gnu.org/software/parallel/)
Expand All @@ -10,8 +10,7 @@
1. Go to [Font Custom](https://github.com/FontCustom/fontcustom) and follow the installation instructions
2. Generate the icon set with `yarn build-feather`

Before we can build icon set, is necessary pre-process the icons. This task will be done using Inkscape with help of Parallel.
If you have Xvfb installed, you will see a progress-bar on console, if not, for every single icon one inkscape window will be launched to adjust svg.
Before we can build the icon set, you'll need to pre-process the icons. You can do this using Inkscape with help of Parallel.
If you have Xvfb installed, you will see a progress bar in the console; if not, each icon will launch one Inkscape window to adjust the SVG.

During the building stage, a folder named Feather will be created.
It will be removed at the end of build.
The building stage will create a folder called `Feather`. This will be removed at the end of the build.

0 comments on commit bfe8c9d

Please sign in to comment.