Skip to content

Commit

Permalink
Update README for exporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Brennan committed Mar 22, 2017
1 parent 0ab95cd commit 73d1f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ python upload.py ${EMOJI_DIR}/*.png

## Exporting Emoji

A Slack API token and an export director are needed for the export. They can be added to the `.env` file and sourced.
To export emoji, simply use `export.py` and specify an emoji directory:

```bash
source .env
python export.py ${EMOJI_DIR}/
python export.py path-to-destination/
```

0 comments on commit 73d1f64

Please sign in to comment.