Update README.md
This commit is contained in:
parent
1f0a38b21c
commit
233f71b7e2
1 changed files with 7 additions and 2 deletions
|
@ -6,12 +6,17 @@ Install the glab tool using a package manager of your choice.
|
||||||
Set environment variable in your shell profile:
|
Set environment variable in your shell profile:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export GITLAB_TOKEN=xxx
|
|
||||||
export GITLAB_HOST=https://git.zeus.gent
|
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
|
## TODO
|
||||||
|
|
||||||
- Add a way to discover new markdown files.
|
- Add a way to discover new markdown files.
|
||||||
- Scraping Mattermost
|
- Scraping Mattermost
|
||||||
- ? Providing an api endpoint to post an url to ?
|
- ? Providing an api endpoint to post an url to ?
|
||||||
|
|
Loading…
Reference in a new issue