Skip to content

Commit e183f77

Browse files
committed
Added links to the README
1 parent 2df8eb1 commit e183f77

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# FreeTouchDeck-MaterialDesignIcons
22

3-
This repository contains [Material Design](https://github.com/Templarian/MaterialDesign) icons in bitmap
3+
This repository contains icons from [Material Design](https://github.com/Templarian/MaterialDesign) icons in bitmap
44
format suitable for use in [FreeTouchDeck](https://github.com/DustinWatts/FreeTouchDeck) (BMP/24 bits/75x75px).
55

66
The icons can be found in the `icons` folder, all 5962 of them.
77

8+
Use the web site [https://materialdesignicons.com/](https://materialdesignicons.com/) for interactive searchs for suitable icons.
9+
10+
## Generation the icons
11+
812
The bitmaps are created by cloning the Material Design repository and
913
running the python script `makeicons.py`
1014

11-
Installing Python requirements:
15+
Install Python requirements first:
1216

1317
`pip3 install -r requirements.txt`
1418

15-
_Note:_ On macOS it may be necessary to install vips using Brew:
19+
_Note: On macOS it may be necessary to install vips using Brew:_
1620

1721
`brew install vips`

0 commit comments

Comments
 (0)