Skip to content

Commit

Permalink
Make it more clear that the example needs to be running (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman authored Nov 28, 2023
1 parent 570021f commit 771d3ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ The Discord server is also the perfect place for sharing your feedback with us,

## Running the examples

> **Note**
> Make sure you have [signed up for Restate's private beta](https://forms.gle/G8kDuucqhBoTfMwLA) and set up [access to Restate's packages](https://github.com/restatedev/restate-dist).
The readme for each example will explain how to get it running. Once the example is running, it needs to be discovered by an instance of the Restate runtime.

### Launching the runtime

Expand All @@ -43,7 +42,7 @@ docker run --name restate_dev --rm --network=host ghcr.io/restatedev/restate-dis

### Connect runtime and services

Once the runtime is up, let it discover the services of the examples by executing:
Once the runtime is up, let it discover the services of the example by executing:

- For MacOS:
```shell
Expand Down

0 comments on commit 771d3ba

Please sign in to comment.