Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Docker prereq #1281

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/docs/godot/tutorials/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The Rivet plugin allows you to get a multiplayer game running out of the box in

## Detailed Steps

### Prerequisite: You need to install Docker for Rivet to work. You can install Docker [here](https://docs.docker.com/get-started/get-docker/).

### 1. Set up the Rivet Godot plugin

1. Install the [Rivet Godot plugin](https://godotengine.org/asset-library/asset/1881) from the Asset Library or within the engine under AssetLib (search for "Rivet").
Expand Down
Loading