From 63f61feffe5b25f7c7b5e9a4df000a27d7125cba Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Fri, 15 Nov 2024 11:08:54 -0800 Subject: [PATCH] Update README.md --- javascript/colyseus/README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/javascript/colyseus/README.md b/javascript/colyseus/README.md index eb50396..f16221e 100644 --- a/javascript/colyseus/README.md +++ b/javascript/colyseus/README.md @@ -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 @@ -25,5 +40,7 @@ ## Deploying to Rivet -[Documentation](https://rivet.gg/learn/html5/tutorials/crash-course#step-3-publish-your-game) +``` +rivet deploy prod +```