diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -32,14 +32,14 @@ export SLACK_LOGS_DIR="..." # optional, defaults to $HOME/Library/Applicatio 1. Build the Docker image: - ```sh - docker build -t slack2gitlab-emoji-sync . - ``` +```sh +docker build -t slack2gitlab-emoji-sync . +``` -1. Open Slack, click the emoji picker, and slowly scroll until you reach the +2. Open Slack, click the emoji picker, and slowly scroll until you reach the end of the list. -1. Run the sync script: +3. Run the sync script: _Note: Adjust the Slack logs directory depending on your OS._ |