This commit is contained in:
matu6968 2024-11-10 22:50:08 +01:00
parent c1f9cb3dcc
commit 7750a72454

View File

@ -25,7 +25,7 @@ This allows you to host custom (known as 3rd party) App Market repositories of W
cd webdesk-app-market-server cd webdesk-app-market-server
``` ```
3. Build the binary and install web renderer dependencies: 3. Build the binary:
``` ```
go build -o app-market-server go build -o app-market-server
``` ```