mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 17:04:33 +04:00
README: update content and use Markdown
The repository path changed and the information to manually add the feed is outdated, since it enabled by default. Also use Markdown to format the README since it looks much more appealing. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
committed by
Moritz Warning
parent
dc0adf7dce
commit
4bf9a5d5dc
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# OpenWrt Routing Feed
|
||||
|
||||
## Description
|
||||
|
||||
This OpenWrt package feed contains community maintained routing packages.
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
This repository is intended to be layered on-top of an OpenWrt buildroot.
|
||||
If you do not have an OpenWrt buildroot installed, see the documentation at:
|
||||
[OpenWrt Buildroot – Installation][1] on the OpenWrt support site.
|
||||
|
||||
This feed is enabled by default. To install all its package definitions, run:
|
||||
|
||||
```
|
||||
./scripts/feeds update routing
|
||||
./scripts/feeds install -a -p routing
|
||||
```
|
||||
|
||||
[1]: https://openwrt.org/docs/guide-developer/build-system/install-buildsystem
|
||||
Reference in New Issue
Block a user