diff --git a/README.md b/README.md index 804cb25ffd4a86e085ff3fbf1aebe1fa28528659..f3dc0ca131d16868b1ec72ff68a16698294717a7 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 a28b2fdfe14cb3b6712dd528392235883069b7b2..52e36cff3f1ca91316ddccf73b4618ece2f41f4d 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 e972d4b2ef84230878b4009155875196cf1b7602..fe61b217f015e6464ca6cf0c0f0d72d72a146def 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