Add OpenWRT installation instructions

This commit is contained in:
Ross Smith II 2020-08-18 22:43:17 -07:00 committed by GitHub
parent f2a69735b4
commit a931854c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -56,6 +56,17 @@ yadm is available in the FreeBSD ports. Use `pkg` to install it from a prebuilt
pkg install yadm
```
## OpenWRT
Install the required dependencies, via
```
opkg update
opkg install bash git git-http gnupg coreutils-chmod coreutils-stat
```
and then install yadm via the download or clone instructions below.
## Download
You *can* simply download the yadm script and put it into your `$PATH`. Something like this: