summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-11-14 17:18:33 +0100
committerJo-Philipp Wich <jow@openwrt.org>2014-11-14 17:18:33 +0100
commita226f199accb4a9adce10d3373fb832109e60876 (patch)
tree8a595b3774eec09dd662099f86156b0e62fa0389
parent1aeb236a94c146d2f5eb2acb9467f3829516c0f0 (diff)
parentb53ff99450473cacbe7d0bc7b47505fe41e02ec7 (diff)
Merge pull request #247 from Wedmer/master
Create README.md
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..d5ad6b46a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# OpenWrt luci feed
+
+## Description
+
+This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.
+
+## Usage
+
+This feed is enabled by default. To install all its package definitions, run:
+```
+./scripts/feeds update luci
+./scripts/feeds install -a -p luci
+```
+
+## License
+
+See [LICENSE](LICENSE) file.
+
+## Package Guidelines
+
+See [CONTRIBUTING.md](CONTRIBUTING.md) file.