diff options
author | Christian Segundo | 2024-12-24 19:29:41 +0100 |
---|---|---|
committer | Christian Segundo | 2024-12-24 19:29:41 +0100 |
commit | 7584e68224374cae26e6a2277b7d7a5eed5e0c0f (patch) | |
tree | d1b08bc6c8835423a7d482be36a8c060fb23f11c | |
parent | c0decaedc421fd3535a2249a9d835e2296c34efd (diff) | |
download | slack2gitlab-emoji-sync-7584e68224374cae26e6a2277b7d7a5eed5e0c0f.tar.gz |
update readmewiki
-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._ |