Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
src-git libremap https://github.com/libremesh/libremap-agent.git
```
and enable them:
and enable them:

```
```
./scripts/feeds update -a
./scripts/feeds install -p luci -a
./scripts/feeds install -p libremap -a
Expand Down