From a282d7a5bb73fecaa1591a9b055fa9b5af2cd051 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Tue, 24 Dec 2024 19:26:22 +0100 Subject: update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07785e8..2309496 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ desktop app logs to extract custom emojis and sync them to GitLab. 1. Then run the sync script: - ```sh + ``` export SLACK_WORKSPACE="..." # https://slack.com/help/articles/221769328-Locate-your-Slack-URL-or-ID export GITLAB_TOKEN="..." # https://gitlab.com/-/user_settings/personal_access_tokens export GITLAB_GROUP_PATH="..." # eg my_group @@ -40,7 +40,8 @@ desktop app logs to extract custom emojis and sync them to GitLab. end of the list. 1. Run the sync script: - ```sh + + ``` docker run --rm -it \ -e SLACK_WORKSPACE="..." \ -e GITLAB_TOKEN="..." \ -- cgit v1.2.3