Updated README.md
This commit is contained in:
parent
5220e576bd
commit
3d8a7f0ce7
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue