From b7505fc16277457d8b3b70d29ddeb62dcb7b4420 Mon Sep 17 00:00:00 2001 From: Irving Popovetsky Date: Fri, 6 Jun 2014 10:37:59 -0700 Subject: [PATCH] Note that the file should be master.tar not master.tar.gz --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf42062..39dc048 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ Known to work with 1.4.x and 1.5.x firmware 2. Download and install the feature wizard #### End user installation: -Download https://github.com/irvingpop/edgemax-dhcpv6-pd-wizard/archive/master.tar.gz and upload to https://your-router/#Wizard (click on the + symbol next to Feature Wizards in the left-hand pane) +* Download https://github.com/irvingpop/edgemax-dhcpv6-pd-wizard/archive/master.tar.gz file +* Uncompress it (`gzip -d`) so that it simply `master.tar` +* upload `master.tar` to https://your-router/#Wizard (click on the + symbol next to Feature Wizards in the left-hand pane) #### Developer installation: Git clone and scp these files into `/var/www/wizard/feature/wide-dhcpv6-client` on your EdgeMax device. @@ -76,4 +78,4 @@ TODO set firewall ipv6-name WAN6_LOCAL rule 100 action drop set firewall ipv6-name WAN6_LOCAL rule 100 log enable set firewall ipv6-name WAN6_LOCAL rule 100 state invalid enable - ``` \ No newline at end of file + ```