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 e75b99c + 8273c6b commit 62d6b37
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# get.acme.sh
https://get.acme.sh

## 1. Install from web: https://get.acme.sh

Install https://github.com/Neilpang/acme.sh

Expand All @@ -12,4 +13,15 @@ or

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

## 2. Or, install from Git hub:

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

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

0 comments on commit 62d6b37

Please sign in to comment.