Browse Source

tidy readme re: Makefile and the Arch Linux packages

pull/238/head v2.03
srvrco 9 years ago
parent
commit
467143b1ea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -15,7 +15,7 @@ Obtain SSL certificates from the letsencrypt.org ACME server. Suitable for auto
* **Reload services** - After a new certificate is obtained then the relevant services (e.g. apache/nginx/postfix) can be reloaded.
## Installation
Since the script is only one file, you can use the following command for a quick and dirty installation:
Since the script is only one file, you can use the following command for a quick installation of GetSSL only:
```
curl --silent https://raw.githubusercontent.com/srvrco/getssl/master/getssl > getssl ; chmod 700 getssl
```


Loading…
Cancel
Save