mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Add pre-compiled image doc
This commit is contained in:
parent
bec033f477
commit
d45f9fac29
1 changed files with 8 additions and 1 deletions
|
@ -10,7 +10,14 @@ The solution takes advantage of the OpenWRT/LEDE system, which is user friendly
|
|||
|
||||
## Install from pre-compiled images
|
||||
|
||||
Soon
|
||||
You can download precompiled images from [https://www.openmptcprouter.com/](https://www.openmptcprouter.com/)
|
||||
|
||||
Then copy it to a sdcard:
|
||||
|
||||
```sh
|
||||
gunzip omr-*.img.gz
|
||||
dd bs=4M if=omr-*.img of=/dev/sdX conv=fsync
|
||||
```
|
||||
|
||||
## Install from source
|
||||
|
||||
|
|
Loading…
Reference in a new issue