Skip to content

Commit

Permalink
Explains the way the build script works.
Browse files Browse the repository at this point in the history
  • Loading branch information
olistik committed May 5, 2016
1 parent c51b8bf commit 961e4c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ And if you are on OSX and want to copy the results directly into the clipboard:
```
ruby build_list.rb | pbcopy
```

The script fetches the list of icons from [this repository](https://github.com/mapbox/maki/tree/master/icons).

Preview URLs are then converted with https://rawgit.com/ because the raw URLs GitHub provides are not served with the correct MIME type (it serves them as plain text).

0 comments on commit 961e4c8

Please sign in to comment.