Updated README.md

This commit is contained in:
Yuuki Chan 2023-03-18 19:42:06 +09:00
parent 5220e576bd
commit 3d8a7f0ce7

View file

@ -11,16 +11,16 @@ PowerShell manager for Longvinter Windows Server
## Commands ## Commands
```powershell ```powershell
# Returns Steam Server ID, assuming the server has been ran at least once # Returns Steam Server ID, assuming the server has been ran at least once
.\Manager.ps1 getkey .\Manager-Windows.ps1 getkey
# Updates the server # Updates the server
.\Manager.ps1 update .\Manager-Windows.ps1 update
# Creates a backup of the saves and settings # Creates a backup of the saves and settings
.\Manager.ps1 backup .\Manager-Windows.ps1 backup
# Uninstalls the server # Uninstalls the server
.\Manager.ps1 uninstall .\Manager-Windows.ps1 uninstall
``` ```
> Running without arguments will install the server. > Running without arguments will install the server.