better readme
This commit is contained in:
parent
6ccf2962cf
commit
b37b4de2f7
1 changed files with 26 additions and 0 deletions
26
README.md
26
README.md
|
@ -1 +1,27 @@
|
||||||
# CSGOHACKS
|
# CSGOHACKS
|
||||||
|
|
||||||
|
## How to use?
|
||||||
|
|
||||||
|
1. Download the `.zip`
|
||||||
|
|
||||||
|
2. Install Python
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
winget install python
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Install dependencies
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
pip install -r .\requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Run it :)
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
python .\main.py
|
||||||
|
```
|
||||||
|
|
||||||
|
## How to not use?
|
||||||
|
|
||||||
|
**CTRL + C** will stop the app.
|
||||||
|
|
Reference in a new issue