From 3d8a7f0ce710d802c387fb6571bb10afcff88505 Mon Sep 17 00:00:00 2001 From: Yuuki Chan Date: Sat, 18 Mar 2023 19:42:06 +0900 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e731b4..d3d7cc2 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,16 @@ PowerShell manager for Longvinter Windows Server ## Commands ```powershell # Returns Steam Server ID, assuming the server has been ran at least once -.\Manager.ps1 getkey +.\Manager-Windows.ps1 getkey # Updates the server -.\Manager.ps1 update +.\Manager-Windows.ps1 update # Creates a backup of the saves and settings -.\Manager.ps1 backup +.\Manager-Windows.ps1 backup # Uninstalls the server -.\Manager.ps1 uninstall +.\Manager-Windows.ps1 uninstall ``` > Running without arguments will install the server.