Skip to content

Commit

Permalink
Updated README, ready to test if #4 is solved
Browse files Browse the repository at this point in the history
  • Loading branch information
chron0 committed Jan 9, 2017
1 parent 29478f7 commit adc9d30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ most suited for your case to get it:

* Go to System -> Software
* Paste the following URL into the **Download and install package** field:
- https://apollo.open-resource.org/downloads/luci-theme-darkmatter_0.1.77-1_all.ipk
- https://apollo.open-resource.org/downloads/luci-theme-darkmatter_0.2-beta-1_all.ipk
* Press Enter or click "OK"

#### via shell

$ cd /tmp
$ wget https://apollo.open-resource.org/downloads/luci-theme-darkmatter_0.1.77-1_all.ipk
$ opkg install luci-theme-darkmatter_0.1.77-1_all.ipk
$ wget https://apollo.open-resource.org/downloads/luci-theme-darkmatter_0.2-beta-1_all.ipk
$ opkg install luci-theme-darkmatter_0.2-beta-1_all.ipk

### Adding Darkmatter to your own LEDE/OpenWRT Build

Expand All @@ -45,7 +45,7 @@ Edit your feeds.conf and add the following to it:
Update your build environment and install the package:

$ scripts/feeds update darkmatter
$ scripts/feeds install darkmatter
$ scripts/feeds install luci-theme-darkmatter
$ make menuconfig

Go to LuCI -> Themes, select luci-theme-darkmatter, exit, save and build as usual.
Expand Down

0 comments on commit adc9d30

Please sign in to comment.