From 93be954e2cbf0707fe46067196a41a5b2eb08b95 Mon Sep 17 00:00:00 2001 From: Shiewk Date: Sun, 19 Apr 2026 19:28:05 +0200 Subject: [PATCH] docs: clarify program behavior --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4c117f6..259921e 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ **shy-launcher** is an utility for downloading assets and launching applications on Linux. -## What can it do? -It can: -- Download assets over HTTP/S before the program starts -- Verify that you have the latest version of your files/program/plugins +## What does it do? + +- Download latest version of defined assets over HTTP/S - Change permissions for executable downloads +- Execute the command provided in the config +- Wait until the program exits ## Configuration @@ -19,7 +20,7 @@ Below is an example `config.json`; adapt it to your needs: "args": ["-jar", "server.jar"], "downloads": [{ "method": "GET", - "url": "https://some.asset.server.shiewk.de/coolserver/latest/server.jar", + "url": "https://some.asset.server/coolserver/latest/server.jar", "headers": { "Authorization": "Bearer tOk3n" },