Skip to content

Commit

Permalink
Fix installer doc
Browse files Browse the repository at this point in the history
The installer command in the previous version of README gives the following error.

```
$ curl -sL zplug.sh/installer
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>DC88925B68D518F3</RequestId><HostId>8j1EXmZIwDAkCvbkBceVcCamxYyIpdRaDsSSq6k8vvBnn9bkyuJ4uH5VRF/gHdS0Q~ »
```
  • Loading branch information
attomos authored Oct 7, 2018
1 parent 27e9300 commit 3229546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To install zplug to your system, run this command:

```zsh
$ curl -sL zplug.sh/installer | zsh
$ curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
```

**Things to do**
Expand Down

0 comments on commit 3229546

Please sign in to comment.