From 22c572c99627db689bb3c14c6851b22b586f8eb5 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Fri, 26 Aug 2022 13:47:49 +0200 Subject: [PATCH] chore: commit save point --- README.md | 6 ++++++ development/examples/example1/req1/1/test1.md | 5 +++++ release.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 804cb25..f3dc0ca 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ For Linux, the execution bit must still be set. chmod u+x reqman ``` +Or here in a command: + +```bash +wget -O ~/.local/bin/reqman http://download.schukai.com/tools/reqman/reqman-$( uname -s | tr [:upper:] [:lower:])-$(echo `uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/`) && chmod u+x ~/.local/bin/reqman +``` + ## Commands ### General Parameters diff --git a/development/examples/example1/req1/1/test1.md b/development/examples/example1/req1/1/test1.md index a28b2fd..52e36cf 100644 --- a/development/examples/example1/req1/1/test1.md +++ b/development/examples/example1/req1/1/test1.md @@ -119,8 +119,13 @@ Issues: URL: https://gitlab.schukai.com/oss/utilities/requirements-manager/-/issues/47 ... + ### {{ .Title }} - {{ .ID }} +Lorem isum dolor[^1] sit ametp, consttrapsile,ssddi dnu tiee icagrem numy emd teonpo inirvoiunt mutrlaor e dloedao b mtergna aliquyamerat sed diam volupt ua. At ,vero eos eaccusam et justo du dlores et ea rbu. Ste clita kasd gubet re, noe takiata santus est Loreme ipms. orem ipsumr gdnolor iat amet, mconsteturoc sadpscingeir, sdili etats o muam nnumy eirmo tempr ssnidu ut labeetdogna aloquym ierat, sed d ilamvoledu ptdmua. oero oeos edsa et jso diuov dolnotres eteoar re buoeema rilam. Ste clita kasd gubegt ren, o seat takimar vtAtactus ccutmtLotoempsumdlositam et. Lorempsum olor st aet, cotnsetetur sadipcing elirtr, sd dnm nonum emodmr i nidnaes t lr io oeretd adgna aliquyamea lrcartpvtu iloeimda uind mapeo dou ts A,te slro o reo ur abu ts suLoje tyeaimesca e oeoevts .utuovmai ds tr ea rebum. tetS clt kaidasu berggnre, onse a tkimataa sactns uste Lreoms ipum dol osrtai etm. + +[^1]: Das ist eine Fussnote + #### Subheading - [ ] task 1 diff --git a/release.json b/release.json index e972d4b..fe61b21 100644 --- a/release.json +++ b/release.json @@ -1,3 +1,3 @@ { - "version": "1.0.38" + "version": "1.0.39" } \ No newline at end of file -- GitLab