Skip to content

Commit

Permalink
Added links to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bergdahl committed Apr 5, 2021
1 parent 2df8eb1 commit e183f77
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# FreeTouchDeck-MaterialDesignIcons

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

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

Use the web site [https://materialdesignicons.com/](https://materialdesignicons.com/) for interactive searchs for suitable icons.

## Generation the icons

The bitmaps are created by cloning the Material Design repository and
running the python script `makeicons.py`

Installing Python requirements:
Install Python requirements first:

`pip3 install -r requirements.txt`

_Note:_ On macOS it may be necessary to install vips using Brew:
_Note: On macOS it may be necessary to install vips using Brew:_

`brew install vips`

0 comments on commit e183f77

Please sign in to comment.