Updated README
This commit is contained in:
20
README.md
20
README.md
@@ -1,3 +1,17 @@
|
|||||||
1) Clone the repo
|
1. To install this package, run the following command in the terminal:
|
||||||
2) pip install .
|
|
||||||
3) run by using "ct string"
|
```
|
||||||
|
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 <command>
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user