Merge pull request #457 from jplitza/master
[project/luci.git] / README.md
1 # OpenWrt luci feed
2
3 ## Description
4
5 This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.
6
7 ## Usage
8
9 This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:
10 ```
11 src-git luci https://github.com/openwrt/luci.git
12 ```
13
14 To install all its package definitions, run:
15 ```
16 ./scripts/feeds update luci
17 ./scripts/feeds install -a -p luci
18 ```
19
20 ## License
21
22 See [LICENSE](LICENSE) file.
23  
24 ## Package Guidelines
25
26 See [CONTRIBUTING.md](CONTRIBUTING.md) file.