Fix README typos

This commit is contained in:
2026-07-07 18:42:56 -04:00
parent 06ae5291ba
commit 9c3cfb0705
+1 -1
View File
@@ -24,7 +24,7 @@ This key needs `repository` "Read and Write" access. Everything else can be left
## Usage ## Usage
`echo 'EXAMPLE_API_TOKEN' | ggv https://gitea.example.com myOutputOrganization` `echo 'EXAMPLE_API_TOKEN' | ggv https://gitea.example.com myOutputOrganization`
I recommend setting up a chron job or some form of automation for this. My deployment involves running this on my Gitea mirror (this server mirrors my main Gitea instance as well as my GitHub) weekly using a chron job, then my main Gitea instance mirrors the output repos from this tool. I recommend setting up a cron job or some form of automation for this.
> [!WARNING] > [!WARNING]
>This tool assumes your default branch is what you want to vendor. >This tool assumes your default branch is what you want to vendor.