diff --git a/README.md b/README.md index 47853fe..bed4d9f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,18 @@ Players are automatically matched when they connect to the SSH server. When an opponent disconnects, you win! +## Running locally + +```bash +go run ./ --local +``` + +then + +```bash +ssh localhost -p 2222 +``` + ## Deploying ```bash diff --git a/screenshot.png b/screenshot.png index 7476bf4..4a1cb76 100644 Binary files a/screenshot.png and b/screenshot.png differ