From c7f51391f1c5f1c506215d08695812cf3498d432 Mon Sep 17 00:00:00 2001 From: Mateusz Srebrny Date: Tue, 8 Oct 2024 12:21:29 +0200 Subject: [PATCH] Invoke-WebRequest --- src/pages/docs/creators/golem-workers/hello-example.md | 3 ++- src/pages/docs/creators/golem-workers/sd-example.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/creators/golem-workers/hello-example.md b/src/pages/docs/creators/golem-workers/hello-example.md index 837f73745..be4f3ea99 100644 --- a/src/pages/docs/creators/golem-workers/hello-example.md +++ b/src/pages/docs/creators/golem-workers/hello-example.md @@ -15,7 +15,8 @@ the [Stable Diffusion tutorial](/docs/creators/golem-workers/sd-example) availab ## Prerequisites -We will be using **`curl`** to interact with the Golem-Workers API, which runs on **localhost:8000** +We will be using **`curl`** (for Windows users consider PowerShell command `Invoke-WebRequest` instead) +to interact with the Golem-Workers API, which runs on **localhost:8000** (see [Getting started](/docs/creators/golem-workers/getting-started) if it is not). All API requests will use **JSON data** to configure and manage the Golem-Workers service. diff --git a/src/pages/docs/creators/golem-workers/sd-example.md b/src/pages/docs/creators/golem-workers/sd-example.md index b8caadf39..015f1c580 100644 --- a/src/pages/docs/creators/golem-workers/sd-example.md +++ b/src/pages/docs/creators/golem-workers/sd-example.md @@ -12,7 +12,8 @@ In this example, we’ll show you how to run a sample [Automatic1111](https://gi ## Prerequisites -We will be using **`curl`** to interact with the Golem-Workers API, which runs on **localhost:8000** +We will be using **`curl`** (for Windows users consider PowerShell command `Invoke-WebRequest` instead) +to interact with the Golem-Workers API, which runs on **localhost:8000** (see [Getting started](/docs/creators/golem-workers/getting-started) if it is not). All API requests will use **JSON data** to configure and manage the Golem-Workers service.