Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed download command line #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ Here is an example usage table:
- Install ipk
- e.g.,:
- `cd /tmp`
- HTTPS: `curl -LO https://github.com/pyrovski/wrtbwmon/releases/download/0.36/wrtbwmon_0.36_all.ipk`
- HTTP: you're on your own :( Busybox wget usually doesn't have SSL support.
- `wget --no-check-certificate -O wrtbwmon_0.36_all.ipk https://github.com/pyrovski/wrtbwmon/releases/download/0.36/wrtbwmon_0.36_all.ipk`
- OpenWrt: `opkg install /tmp/wrtbwmon_0.36_all.ipk`
- Install deb from [the releases page](https://github.com/pyrovski/wrtbwmon/releases)
- Or, if you don't want to use an ipk or a deb:
- `cd /tmp`
- HTTPS: `curl -L https://github.com/pyrovski/wrtbwmon/archive/0.36.tar.gz | tar xvz`
- `wget --no-check-certificate -O - https://github.com/pyrovski/wrtbwmon/archive/0.36.tar.gz | tar xvz`
- `cd wrtbwmon-0.36`
- `./install.sh wrtbwmon readDB.awk usage.htm1 usage.htm2 wrtbwmon`
- Currently, this depends on the `install` program. OpenWrt chose to provide this as the "coreutils-install" package.
Expand Down