From a20e263296bf40d1d318c6f682ae4d32f9d5c4ea Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Tue, 11 Jun 2024 07:43:58 +0200 Subject: [PATCH] corrected manual --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b923b2d..f59f72f 100755 --- a/readme.md +++ b/readme.md @@ -43,8 +43,10 @@ To use the theme, and to update your content, you need to clone the repository, # Clone the repository git clone https://code.verua.online/rabeweb/verua.ch_src.git -# connect to your gitea instance +# Change into the repository cd verua.ch_src + +# Add your changes git push -u origin main ```