From 7750a72454f3bbb54d3de881e47a4bdc91cb2d07 Mon Sep 17 00:00:00 2001 From: matu6968 Date: Sun, 10 Nov 2024 22:50:08 +0100 Subject: [PATCH] init --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d1e016..430343c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This allows you to host custom (known as 3rd party) App Market repositories of W cd webdesk-app-market-server ``` -3. Build the binary and install web renderer dependencies: +3. Build the binary: ``` go build -o app-market-server ```