From 7f9b029a9f0857633a3f581edc294efc681d25bb Mon Sep 17 00:00:00 2001 From: allan Date: Thu, 1 Jan 2026 16:59:45 +0100 Subject: [PATCH] fixed typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1f71cf..e3aa009 100644 --- a/README.md +++ b/README.md @@ -59,19 +59,19 @@ cd gitea-ubuntu-multi ## 2. Install a new instance ``` -sudo ./giteainstall-multi -n -p [options] +sudo ./giteainstall -n -p [options] ``` ### Examples Socket auth present: ``` -sudo ./giteainstall-multi -n git1.example.com -p gitea1pwd +sudo ./giteainstall -n git1.example.com -p gitea1pwd ``` No socket → use DB credentials: ``` -sudo ./giteainstall-multi -n git2.example.com -p pass2 -m rootpwd +sudo ./giteainstall -n git2.example.com -p pass2 -m rootpwd ``` ### Flags