Browse Source

Update README.md

Use `latest` tag instead of `master` in installation instructions
pull/724/head
Tim Kimber 4 years ago
committed by GitHub
parent
commit
758d00c559
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -58,7 +58,7 @@ Since the script is only one file, you can use the following command for
a quick installation of GetSSL only:
```sh
curl --silent https://raw.githubusercontent.com/srvrco/getssl/master/getssl > getssl ; chmod 700 getssl
curl --silent https://raw.githubusercontent.com/srvrco/getssl/latest/getssl > getssl ; chmod 700 getssl
```
This will copy the getssl Bash script to the current location and change


Loading…
Cancel
Save