aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files 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="..." \