1
0
Fork 0
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:
Ycarus 2018-01-31 17:32:29 +01:00
parent bec033f477
commit d45f9fac29

View file

@ -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