From af4b856b7347bf7541897702115d40ea50f37bc3 Mon Sep 17 00:00:00 2001
From: Jens van de Wiel <85284773+JensvandeWiel@users.noreply.github.com>
Date: Tue, 31 Oct 2023 19:30:32 +0100
Subject: [PATCH] Update README.md (#44)
---
README.md | 29 +++++++++++++++++++++--------
1 file changed, 21 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 79458ad..85166b7 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,23 @@
-# ArkAscendedServerManager
-# :warning: This project is in very early stages
+# Ark Ascended Server Manager
+##### A multi server manager for the game: ARK: Survival Ascended
+
+
+### Why
+For ARK: SE there only existed a closed source with relic like code🧓. When they made the announcement that they won't make a new version/update their software for ARK: Ascended we stepped in to fill the void, our goal is to make this software easy to use and cross platform (when we get linux binaries for the servers).
+### How to use
+For now the only way is to use the [nightly](https://github.com/JensvandeWiel/ArkAscendedServerManager/releases/tag/nightly) release, this is because we are not yer ready to release a alpha. You can download the installer and install! **(nightly is unstable and does not have auto updating at this time!)**
-## Contribute
-Join the discord and ask for the role, or start making pull requests on this repo!
-https://discord.gg/7g8Fx6wmYp
+#### Setting steamcmd path for first use
+Steamcmd is not yet packaged with the app, if you want to install a server you can install steamcmd to your path on your computer (e.g.: with [scoop](https://scoop.sh/#/apps?q=steamcmd&id=aed594e2b74d756901130cc098dfb2f70679d8dc)) or you can follow the guide below.
-## Build
-1. Follow wails installation: https://wails.io/docs/gettingstarted/installation
-2. Run wails dev or wails build
+ 1. Install the app using the installer
+ 2. Run the app for the first time
+ 3. Click [windows key] + R and enter `%localappdata%\ArkAscendedServerManager`
+ 4. Open config.json
+ 5. Edit the "steamCMDPath" to contain something like this: `"steamCMDPath": "C:\\steamcmd\\steamcmd.exe"` (**WATCH OUT** A backslash only works like `\\` this is because `\` on its own is a ecape char)
+ 6. Start the app again and create a server.
+ 7. :tada: You can run your server!
+### Contributing
+Ask one of **the core contributors** in the [discord](https://discord.gg/pBfmFuK2Wa) to give you contributor role, then you can ask what to do. Or you can just make a pull request with some code you've written.
+### :warning: Watch out :warning:
+We have not officialy released anything yet, the alpha release is planned but not yet released! This codebase is very young and is not yet release ready.