Skip to content

Commit

Permalink
v0.2.0 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinus committed Jun 26, 2017
1 parent 4d397c3 commit c59d546
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,22 +182,23 @@ Done | Getting upgradable packages list
No packages to install!
```
## Install using git:
## Install using `git`:
Clone it in current directory and use the `-i` option to install it to `/usr/sbin/opkg-upgrade`
```
# git clone git://github.com/tavinus/opkg-upgrade.git
# cd opkg-upgrade
# ./opkg-upgrade.sh -i
```

## Install using CURL or WGET:
## Install using `curl` or `wget`:

#### NOTE: curl / wget may fail because of missing SSL certificates.
You may choose to ignore the certificates check using:
- `curl -k`
- `wget --no-check-certificate`

Or you will need to fix your `/etc/ssl/certs/ca-certificates.crt` installation.
Please note that SSL support takes quite a lot of storage space.

This should be enough to make SSL work:
```
Expand Down

0 comments on commit c59d546

Please sign in to comment.