From 99b728d4a8eda25a425c0f0a4b64aafe3e3d7a83 Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Tue, 13 Oct 2020 18:16:22 -0400 Subject: [PATCH] Make instructions clearer for script kiddies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c23ea8..4ddee0d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The program intercepts and pretends to be a kahoot client. After receiving quiz - `python3 -m pip install -r requirements.txt` ## Usage +Open a terminal (Command Prompt on Windows) and navigate to the directory (folder) containing kbot. Then use the following command, replacing `[options]` with any options you want to use (listed below). ``` python3 kbot [options] ```