Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Neilpang/get.acme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Apr 16, 2016
2 parents 14d9355 + 10554be commit 9638fd7
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 @@ -5,23 +5,23 @@
Install https://github.com/Neilpang/acme.sh

```
curl https://get.acme.sh | bash
curl https://get.acme.sh | sh
```

or

```
wget -O - https://get.acme.sh | bash
wget -O - https://get.acme.sh | sh
```

## 2. Or, install from Git hub:

```
curl https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1 bash
curl https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1 sh
```

or:
```
wget -O - https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1 bash
wget -O - https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1 sh
```

0 comments on commit 9638fd7

Please sign in to comment.