Skip to content

Commit

Permalink
Invoke-WebRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszsrebrny committed Oct 8, 2024
1 parent 6cd5e7b commit c7f5139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/pages/docs/creators/golem-workers/hello-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion src/pages/docs/creators/golem-workers/sd-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c7f5139

Please sign in to comment.