Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry authored Nov 15, 2024
1 parent a440861 commit 63f61fe
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion javascript/colyseus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
- [♟️ Matchmaker](https://rivet.gg/docs/matchmaker)
- [🌐 Dynamic Servers](https://rivet.gg/docs/dynamic-servers)

## Install Rivet CLI

**macOS & Linux & WSL**

```bash
curl -fsSL https://raw.githubusercontent.com/rivet-gg/cli/v1.3.4/install/unix.sh | sh
```

**Windows**

```bash
powershell -Command "iwr https://raw.githubusercontent.com/rivet-gg/cli/v1.3.4/install/windows.ps1 -useb | iex"
```

Validate that the version of your CLI is 1.3.4 by running `rivet --version`.

## Running locally

Expand All @@ -25,5 +40,7 @@

## Deploying to Rivet

[Documentation](https://rivet.gg/learn/html5/tutorials/crash-course#step-3-publish-your-game)
```
rivet deploy prod
```

0 comments on commit 63f61fe

Please sign in to comment.