Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit dfd4161

Browse files
Merge pull request #548 from chris-crone/readme-0.8.0
Bump version in README
2 parents 7eea32b + 33aa213 commit dfd4161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ the examples will work the same way.
254254
Download your OS tarball:
255255
```console
256256
export OSTYPE="$(uname | tr A-Z a-z)"
257-
curl -fsSL --output "/tmp/docker-app-${OSTYPE}.tar.gz" "https://github.com/docker/app/releases/download/v0.6.0/docker-app-${OSTYPE}.tar.gz"
257+
curl -fsSL --output "/tmp/docker-app-${OSTYPE}.tar.gz" "https://github.com/docker/app/releases/download/v0.8.0/docker-app-${OSTYPE}.tar.gz"
258258
tar xf "/tmp/docker-app-${OSTYPE}.tar.gz" -C /tmp/
259259
```
260260

@@ -272,7 +272,7 @@ mkdir -p ~/.docker/cli-plugins && cp "/tmp/docker-app-plugin-${OSTYPE}" ~/.docke
272272

273273
Download the Windows tarball:
274274
```powershell
275-
Invoke-WebRequest -Uri https://github.com/docker/app/releases/download/v0.6.0/docker-app-windows.tar.gz -OutFile docker-app.tar.gz -UseBasicParsing
275+
Invoke-WebRequest -Uri https://github.com/docker/app/releases/download/v0.8.0/docker-app-windows.tar.gz -OutFile docker-app.tar.gz -UseBasicParsing
276276
tar xf "docker-app.tar.gz"
277277
```
278278

0 commit comments

Comments
 (0)