Update README.md

This commit is contained in:
Johan 2022-04-12 07:30:20 +02:00
parent a16761aafc
commit d7014ee7eb

View File

@ -52,6 +52,14 @@ RUN_USER = git
<code>sc.exe create gitea start= auto binPath= "\"E:\Gitea\gitea.exe\" web --config \"E:\Gitea\custom\conf\app.ini\""</code>
### Uppdatera Gitea
Ladda ned den senaste versionen från https://dl.gitea.io/gitea/ till installationskatalogen och döp om den till gitea.exe Starta sedan om tjänsten.
<code>net stop gitea && get start gitea</code>
https://docs.gitea.io/en-us/upgrade-from-gitea/
### Avinstallera Windows service
<code>sc.exe delete gitea</code>