typo and link
This commit is contained in:
parent
efc3a07ee2
commit
9d1642eb61
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ Educational content only.
|
||||||
|
|
||||||
## How to use?
|
## How to use?
|
||||||
|
|
||||||
1. Download the `.zip`
|
1. [Download the `.zip`](https://git.mylloon.fr/Anri/csh/archive/main.zip)
|
||||||
|
|
||||||
2. Install Python
|
2. Install Python
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ winget install python
|
||||||
pip install -r .\requirements.txt
|
pip install -r .\requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run it :)
|
4. Run it 🙂
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
python .\main.py
|
python .\main.py
|
||||||
|
@ -37,7 +37,7 @@ python .\main.py --offline
|
||||||
|
|
||||||
- You also can bypass the interactive cheat selector by passing a list to the app.
|
- You also can bypass the interactive cheat selector by passing a list to the app.
|
||||||
|
|
||||||
For example, for cheat `#1`, `#2`, `#3` and `#4`:
|
For instance, for cheats `#1`, `#2`, `#3` and `#4`:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
python .\main.py --list=1,2,3,4
|
python .\main.py --list=1,2,3,4
|
||||||
|
|
Reference in a new issue