From ec80cc7f1318745e7a429a3b6b66323692bb9590 Mon Sep 17 00:00:00 2001 From: Talal <43641182+Ta1al@users.noreply.github.com> Date: Wed, 10 Aug 2022 17:25:12 +0500 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..072f949 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# steam-latency-checker +CLI to test latency of steam servers + +## Run +1. Make sure node.js is installed +2. Clone this repository `git clone https://github.com/Ta1al/steam-latency-checker` +3. Install dependencies `npm i` +4. Run `node .`