forked from forgejo/forgejo
fix(docs): Fixed creating Windows service commands (#8979)
escaping " to \"
This commit is contained in:
parent
04e6d761bc
commit
c9b564ccdb
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ menu:
|
|||
Pour activer le service Windows Gitea, ouvrez une `cmd` en tant qu'Administrateur puis utilisez la commande suivante :
|
||||
|
||||
```
|
||||
sc create gitea start= auto binPath= ""C:\gitea\gitea.exe" web --config "C:\gitea\custom\conf\app.ini""
|
||||
sc create gitea start= auto binPath= "\"C:\gitea\gitea.exe\" web --config \"C:\gitea\custom\conf\app.ini\""
|
||||
```
|
||||
|
||||
N'oubliez pas de remplacer `C:\gitea` par le chemin que vous avez utilisez pour votre installation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue