diff options
-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="..." \ |