From 37f3e8ae2dd444ecdb4acf771f15e8146a2db384 Mon Sep 17 00:00:00 2001 From: chacha <1000chacha0001@gmail.com> Date: Fri, 16 Dec 2022 22:54:31 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Readme.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 64fc1d9..ab23b35 100644 --- a/Readme.md +++ b/Readme.md @@ -1,14 +1,14 @@ # what? -This tony script allow gitea markup files (aka Readme(s)) to take dynamic values from repository. +This tiny script allow gitea markup files (aka Readme(s)) to get dynamic values from repository page. ## Live example: -user = {{user}} +**user =** {{user}} -repository = {{repository}} +**repository =** {{repository}} -branch = {{branch}} +**branch =** {{branch}} ## How to use it: - Put the .sh file in an accessible place, like /usr/local/bin, make it executable.