Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Clifford authored Nov 10, 2021
1 parent 4dcb5a3 commit 62778ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ To install via bash:
curl https://github.com/amazeeio/lagoon-sync/releases/download/v0.4.7/lagoon-sync_0.4.7_linux_386 -Lo /usr/bin/lagoon-sync && chmod +x $_


Installing the latest version:

DOWNLOAD_PATH=$(curl -sL "https://api.github.com/repos/amazeeio/lagoon-sync/releases/latest" | grep "browser_download_url" | cut -d \" -f 4 | grep linux_386) && wget -O /tmp/lagoon-sync $DOWNLOAD_PATH && chmod +x /tmp/lagoon-sync


# Usage

Lagoon-sync has the following core commands:
Expand Down

0 comments on commit 62778ef

Please sign in to comment.