From 7ec51293e4468b70585bdb11d8b4bb16fe81aa31 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 21 Mar 2026 00:45:54 +0000 Subject: [PATCH] upd .envrc example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad2af67..09d9e2d 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ example .envrc: ```env #!/usr/bin/env bash -export Q3RCON_CLI_HOST="localhost" -export Q3RCON_CLI_PORT="28960" +export Q3RCON_CLI_HOST=localhost +export Q3RCON_CLI_PORT=28960 export Q3RCON_CLI_PASSWORD="" ```