From e9e58a766b6a7534a04fdae7f8677768674ecbee Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 11 Nov 2021 15:15:47 +0100 Subject: [PATCH] Improve Windows instructions --- docs/usage-windows.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/usage-windows.md b/docs/usage-windows.md index 94a2e91..f88f47f 100644 --- a/docs/usage-windows.md +++ b/docs/usage-windows.md @@ -11,7 +11,7 @@ Place the binary in your Minecraft server directory, and rename it to Open a terminal, go to the server directory, and make sure you can execute it: ```bash -lazymc --help +.\lazymc --help ``` When `lazymc` is ready, set up the [configuration](./res/lazymc.toml) and start @@ -21,17 +21,21 @@ it up: # In your Minecraft server directory: # Generate lazymc configuration -lazymc config generate +.\lazymc config generate # Edit configuration # Set the correct server address, directory and start command notepad lazymc.toml # Start lazymc -lazymc start +.\lazymc start ``` Everything should now be running. Connect with your Minecraft client to wake your server up! +_Note: if you put `lazymc` in `PATH`, or if you +[install](../README.md#compile-from-source) it through Cargo, you can invoke +`lazymc` everywhere directly without the `.\` prefix. + [latest-release]: https://github.com/timvisee/lazymc/releases/latest