update README.md

This commit is contained in:
2026-03-23 00:41:54 +08:00
parent a665f35c03
commit b5e7422754

View File

@@ -35,7 +35,7 @@ cd gitea-deployment
Run the bootstrap script: Run the bootstrap script:
``` ```
chmod +x run.sh chmod +x run.sh
./run.sh sudo ./run.sh
``` ```
On first run the script will: On first run the script will:
@@ -57,7 +57,7 @@ GITEA_ROOT_EMAIL
Then run again: Then run again:
``` ```
./run.sh sudo ./run.sh
``` ```