Skip to content

Commit

Permalink
Use short URL in install section
Browse files Browse the repository at this point in the history
Replace long GitHub URL to installation convenience script with
shorten'd URL.
  • Loading branch information
HeavyWombat committed Jun 27, 2018
1 parent af67f3e commit 5bab58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Prebuilt binaries for a lot of operating systems and architectures can be [downl

There is a convenience script to download the latest release for Linux or macOS if you want to keep it simple (you need `curl` and `jq` installed on your machine):
```bash
curl --silent --location https://raw.githubusercontent.com/HeavyWombat/dyff/master/scripts/download-latest.sh | bash
curl --silent --location https://goo.gl/DRXDVN | bash
```

And of course, you can download and build `dyff` from source using `go`:
Expand Down Expand Up @@ -66,7 +66,7 @@ go get github.com/HeavyWombat/dyff/...
dyff yaml somefile.yml
```

- Convert a YAML file to JSON and vica versa:
- Convert a YAML file to JSON and vice versa:
```bash
dyff json https://raw.githubusercontent.com/cloudfoundry/cf-deployment/v1.19.0/cf-deployment.yml
```
Expand Down

0 comments on commit 5bab58e

Please sign in to comment.