From 73d1f64f0478c064459f55a90616b7f42a9e82c7 Mon Sep 17 00:00:00 2001 From: Stephen Brennan Date: Tue, 21 Mar 2017 23:50:53 -0400 Subject: [PATCH] Update README for exporting. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b83a01..d01225e 100644 --- a/README.md +++ b/README.md @@ -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/ ```