diff options
author | Christian Segundo | 2024-12-24 19:26:22 +0100 |
---|---|---|
committer | Christian Segundo | 2024-12-24 19:26:22 +0100 |
commit | a282d7a5bb73fecaa1591a9b055fa9b5af2cd051 (patch) | |
tree | 3ac751baf584be4a06b36e51be2258bcf6933d24 | |
parent | c069862692737d9c6854a2623ebd19df9eb078a9 (diff) | |
download | slack2gitlab-emoji-sync-a282d7a5bb73fecaa1591a9b055fa9b5af2cd051.tar.gz |
update readme
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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="..." \ |