Update README.md
This commit is contained in:
parent
a16761aafc
commit
d7014ee7eb
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user