Merge pull request #3 from v-kamerdinerov/main

Add linux/mac os support
pull/24/head
Oleg S 2 years ago committed by GitHub
commit 8a115fd837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,14 @@
# XMiR-Patcher
Firmware patcher for Xiaomi routers
## Usage
### Windows
* Run `run.bat`
### Linux / Mac OS
* Install python 3.8, openssl
* Run `run.sh`

@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -e
python3 -m venv venv
source ./venv/bin/activate
python3 -m pip install -r requirements.txt
python3 menu.py "$1"
exit 0
Loading…
Cancel
Save