From 233f71b7e2791d90e3f776ad49ffbc1b9ca9f606 Mon Sep 17 00:00:00 2001 From: flynn Date: Mon, 18 Apr 2022 21:11:58 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e307d78..b1b54fc 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,17 @@ Install the glab tool using a package manager of your choice. Set environment variable in your shell profile: ```bash -export GITLAB_TOKEN=xxx export GITLAB_HOST=https://git.zeus.gent +export GITLAB_TOKEN_NAME=the-token-name-in-gitlab +export GITLAB_TOKEN=******** + +export CMD_SERVER_URL=https://codimd.zeus.gent +export CMD_EMAIL=codimd.zeus.gent@mcbloch.dev +export CMD_PASSWORD=******* ``` ## TODO - Add a way to discover new markdown files. - Scraping Mattermost - - ? Providing an api endpoint to post an url to ? \ No newline at end of file + - ? Providing an api endpoint to post an url to ?