Browse Source

Update readme

Robert Autenrieth 8 years ago
parent
commit
6e60d6db67
1 changed files with 14 additions and 1 deletions
  1. 14
    1
      README.md

+ 14
- 1
README.md View File

14
 I won't have time to work on this project in the forseeable future.
14
 I won't have time to work on this project in the forseeable future.
15
 PR's are still welcome, so feel free to implement new awesome features!
15
 PR's are still welcome, so feel free to implement new awesome features!
16
 
16
 
17
+updating icons
18
+==============
19
+
20
+This project includes a copy of icons from the [game-icons](http://game-icons.net) project,
21
+which regularly publishes new icons.
22
+To download these new icons:
23
+
24
+- Install Imagemagick
25
+- Run the following commands from the root of the project:
26
+  - `npm install`
27
+  - `node ./resources/tools/update-icons.js`
28
+
29
+
17
 license
30
 license
18
 =======
31
 =======
19
 
32
 
20
 This generator is provided under the terms of the MIT License
33
 This generator is provided under the terms of the MIT License
21
 
34
 
22
-Icons are made by various artists, available at http://game-icons.net.
35
+Icons are made by various artists, available at [http://game-icons.net](http://game-icons.net).
23
 They are provided under the terms of the Creative Commons 3.0 BY license.
36
 They are provided under the terms of the Creative Commons 3.0 BY license.

Loading…
Cancel
Save