Skip to content

Commit

Permalink
Build instructions + Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxiereal authored Jul 22, 2023
1 parent 30a4195 commit a5db285
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ flex

![image](https://user-images.githubusercontent.com/98595166/219063111-6cc5a01c-f480-4705-806c-35986b953766.png)

## Reviews
## 🖊️ Reviews
*nice toolbox*

-`jonathah#1221`
Expand All @@ -47,6 +47,15 @@ flex

-`@genc1337`

## ⚒️ Building
- Remember to put in your UPX path, not to the exe, just to the directory!
```
git clone https://github.com/xemulat/XToolbox
pip install -r requirements.txt
pip install pyinstaller
pyinstaller --onefile --clean --upx-dir="path\to\upx\dir" main.py
```

## 📌 Todo
- [ ] Optimize my shitty code
- [ ] Add some programs
Expand Down

0 comments on commit a5db285

Please sign in to comment.