From a931854c1d37fbe96c216f84f87702fc31ce4f87 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 18 Aug 2020 22:43:17 -0700 Subject: [PATCH] Add OpenWRT installation instructions --- _docs/020_install.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_docs/020_install.md b/_docs/020_install.md index 4e8a74f..2c29d05 100644 --- a/_docs/020_install.md +++ b/_docs/020_install.md @@ -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: