From 5f8937255888eee74a38e1cf14dd9587c7e59794 Mon Sep 17 00:00:00 2001 From: flynn Date: Mon, 18 Apr 2022 21:19:21 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 74b0a23..e86cc08 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,14 @@ export CMD_PASSWORD=******* - Add a way to discover new markdown files. - Scraping Mattermost - ? Providing an api endpoint to post an url to ? + +## Used tech + +- [GitLab CLI Tool](https://glab.readthedocs.io/en/latest/index.html) +- bash +- git +- curl + +### References + +- [CodiMD source code](https://github.com/hackmdio/codimd/tree/develop/lib). Usefull to find the api endpoints.