From 70e91e569e9cb074b178a8cd0aec3dd2bfc85fd1 Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Wed, 24 May 2023 12:13:21 +0200 Subject: [PATCH] Updated README --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc7ce5f..dc693e2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -1) Clone the repo -2) pip install . -3) run by using "ct string" \ No newline at end of file +1. To install this package, run the following command in the terminal: + +``` +pip install git+https://git.secureservers.be/VictorMylle/CopilotTerminal.git +``` + +2. It's possible the package needs to be added to the PATH variable. To do this, run the following command in the terminal: + +``` +export PATH=$PATH:~/.local/bin +``` + +3. To run the package, run the following command in the terminal: + +``` +ct +```