Added links

This commit is contained in:
Dan Leech 2015-10-23 10:43:36 +01:00
parent 65bc191119
commit 2250323b55

View File

@ -5,8 +5,8 @@
## Build Process ## Build Process
1. Acquire source vector file. 1. Acquire source vector file.
1. Simplify icon in vector editing tool (I use Affinity Designer). 1. Simplify icon in vector editing tool (I use [Affinity Designer](https://affinity.serif.com/en-gb/)).
1. Export SVG. 1. Export SVG.
1. Run SVGO on the SVG file. 1. Run SVGO on the SVG file.
1. Add object to simple-icons.json. 1. Add object to [simple-icons.json](https://github.com/danleech/simple-icons/blob/gh-pages/src/simple-icons.json).
1. Run build.js in Node. 1. Run [build.js](https://github.com/danleech/simple-icons/blob/gh-pages/src/build.js) in Node.