From 467143b1ea5a4671de4039dcf55556cc38b3f114 Mon Sep 17 00:00:00 2001 From: srvrco Date: Wed, 11 Jan 2017 21:49:56 +0000 Subject: [PATCH] tidy readme re: Makefile and the Arch Linux packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9db1360..9508d95 100644 --- a/README.md +++ b/README.md @@ -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 ```