Commit 185f01
2026-01-13 10:09:34 강세보: Add windows in tips| /dev/null .. notes/tips/windows.md | |
| @@ 0,0 1,8 @@ | |
| + | # Windows |
| + | |
| + | # Powershell |
| + | |
| + | 서비스 등록 예제 |
| + | ``` |
| + | New-Service -Name "gitea" -DisplayName "Gitea Repository" -Description "Gitea: Git with a cup of tea" -BinaryPathName "C:\opt\server\gitea\gitea.exe web --config C:\opt\server\gitea\custom\conf\app.ini” |
| + | ``` |
