From 73db8d5108039c8939bfed25066ed0a136c3c542 Mon Sep 17 00:00:00 2001 From: Aaron Covrig Date: Sun, 7 Mar 2021 15:56:30 -0500 Subject: [PATCH 1/2] Update README.md Fixed white space issues in markdown so that it reads correctly --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fbd402..104d3b1 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ Compilation is straight forward if you know openwrt. If you're not familiar with 1. Clone openwrt repo and change into new directory: `git clone git://git.openwrt.org/openwrt.git && cd openwrt` 2. Add luci and libremap feeds to feeds.conf: - ``` +``` src-git luci git://nbd.name/luci.git src-git libremap https://github.com/libremap/libremap-agent-openwrt.git ``` - and enable them: +and enable them: - ``` +``` ./scripts/feeds update -a ./scripts/feeds install -p luci -a ./scripts/feeds install -p libremap -a From 144f521790a9a70d563a1714f638b407c197acd8 Mon Sep 17 00:00:00 2001 From: Aaron Covrig Date: Sun, 7 Mar 2021 16:01:20 -0500 Subject: [PATCH 2/2] Changed Readme feed path Updated readme to use the new repo feed path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 104d3b1..3fcbd70 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Compilation is straight forward if you know openwrt. If you're not familiar with ``` src-git luci git://nbd.name/luci.git -src-git libremap https://github.com/libremap/libremap-agent-openwrt.git +src-git libremap https://github.com/libremesh/libremap-agent.git ``` and enable them: