From e44eb0191017707f2f3f8d46def6a03822e8e091 Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Mon, 4 Nov 2024 00:36:17 +0000 Subject: [PATCH] Add 'shell' session sequence to code blocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 890ec13..67cc045 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The page typically says (before it opens) that the applications are not yet open # Setup Go to a directory where you want to install the sniper, and do these commands: - ``` + ```shell git clone https://git.kovachev.xyz/kiril/WarwickAccomSniper cd WarwickAccomSniper python3 -m venv .venv @@ -18,7 +18,7 @@ After that, the setup should be ready and you should be able to run the scripts. The script is currently quite limited, but you can access it through the `cli_sniper.py` entry point. To wit: - ``` + ```shell python cli_sniper.py ```