From 67fae4a742cda792b718a5127715a21a91de83e9 Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:36:44 -0700 Subject: [PATCH] Run prettier --- .github/workflows/release.yml | 10 +++++----- README.md | 6 ++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb0b376..00d43ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,16 +57,16 @@ jobs: asset_path: ./build/backend asset_name: server_linux_x64 asset_content_type: application/octet-stream - + - name: Install repl.it CLI run: npm i -g replit - + - name: Set up repl.it CLI run: replit auth -k "$TOKEN" && replit local 43df7835-2bf0-45ad-9ef9-6b6e1f58dffe env: TOKEN: ${{ secrets.REPLIT_TOKEN }} - + - name: Deploy to Repl.it run: replit bulk \ - cp build/backend repl:murdermystery -- \ - run --restart + cp build/backend repl:murdermystery -- \ + run --restart diff --git a/README.md b/README.md index f9b41ec..cedff51 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,16 @@ Murdermystery is an online multiplayer game of deception. ## Run on repl.it 1. Create a [new bash repl](https://repl.it/l/bash) -2. Paste this into `main.sh`: +2. Paste this into `main.sh`: + ```bash wget -O murdermystery https://github.com/Scoder12/murdermystery/releases/latest/download/server_linux_x64 chmod +x murdermystery ./murdermystery -addr 0.0.0.0:8080 ``` -3. Visit your repl url + `/game?id=1` (I didn't implement game creation, so any id value is valid). You'll need 5 of your friends (or other tabs). + +3. Visit your repl url + `/game?id=1` (I didn't implement game creation, so any id value is valid). You'll need 5 of your friends (or other tabs). ## Architecture