From 67cad18137998d4458417381af539b6471e92910 Mon Sep 17 00:00:00 2001 From: Ratul Hasan <34002411+RaSan147@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:56:29 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d24565..76cf2a6 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,14 @@ ### On Windows 1. Open `CMD` or `PowerShell` - 1. Run `pip install pyrobox` - 1. Run `pyrobox` to launch the server + 1. Run `pip install -U pyrobox` + 1. Run `pyrobox` to launch the server on the Terminal Current Working Directory. ### On Linux 1. Open `Terminal` - 1. Run `pip3 install pyrobox` - 1. Run `pyrobox` to launch the server + 1. Run `pip3 install -U pyrobox` + 1. Run `pyrobox` to launch the server on the Terminal Current Working Directory. ### CHECK [FAQ](#faq) FOR FUTURE HELP AND ISSUE FIX