From c83cea39d8dc4008358ac5f82c1c7d3bd08375f1 Mon Sep 17 00:00:00 2001 From: Laptop Date: Thu, 30 Oct 2025 22:35:17 +0200 Subject: [PATCH] fix docs --- docs/DEV_GUIDE.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/DEV_GUIDE.md b/docs/DEV_GUIDE.md index 6dccc2d..2c1162c 100644 --- a/docs/DEV_GUIDE.md +++ b/docs/DEV_GUIDE.md @@ -16,15 +16,7 @@ git clone https://git.maid.zone/stuff/soundcloak cd soundcloak ``` -3. Download required JS modules: - -Currently it's just HLS.js - -```sh -go tool soundcloakctl js download -``` - -4. Build binary: +3. Build binary: This uses the `build` script, which generates code from templates, generates code for regular expiressions, and then builds the binary. @@ -32,6 +24,14 @@ This uses the `build` script, which generates code from templates, generates cod ./build ``` +4. Download required JS modules: + +Currently it's just HLS.js. This is what powers the HLS player + +```sh +go tool soundcloakctl js download +``` + Now, you can run soundcloak with the `./main` binary. By default, it is listening on `127.0.0.1:4664`. For a configuration guide, [refer to here](INSTANCE_GUIDE.md#configuration-guide) # Updating your local setup