1
0
Fork 0

Update README for exporting.

This commit is contained in:
Stephen Brennan 2017-03-21 23:50:53 -04:00
parent 0ab95cdfe1
commit 73d1f64f04
1 changed files with 2 additions and 2 deletions

View File

@ -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/
```