Skip to content

Commit

Permalink
release 1.26.1 readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kcq committed Nov 28, 2019
1 parent 4f44554 commit 2ec04e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,16 @@ Note: The examples are in a separate repository: [https://github.com/docker-slim

## RECENT UPDATES

Latest version: 1.26 (11/16/2019)
Latest version: 1.26.1 (11/28/2019)

Now you can run `docker-slim` in containers. For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
Now you can run `docker-slim` in containers and you get more convinient reporting defaults. For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).

## INSTALLATION

1. Download the zip package for your platform.
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.26.0/dist_mac.zip)
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.26.0/dist_linux.tar.gz)
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.26.0/dist_linux_arm.tar.gz)
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.26.1/dist_mac.zip)
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.26.1/dist_linux.tar.gz)
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.26.1/dist_linux_arm.tar.gz)
2. Unzip the package.
3. Add the location where you unzipped the package to your PATH environment variable (optional).

Expand Down Expand Up @@ -182,7 +182,7 @@ You can use the generated profile with your original image or with the minified

The demo run on Mac OS X, but you can build a linux version. Note that these steps are different from the steps in the demo video.

1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.26.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.26.0/dist_linux.tar.gz) or [Linux ARM](https://downloads.dockerslim.com/releases/1.26.0/dist_linux_arm.tar.gz) binaries. Unzip them and optionally add their directory to your PATH environment variable if you want to use the app from other locations.
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.26.1/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.26.1/dist_linux.tar.gz) or [Linux ARM](https://downloads.dockerslim.com/releases/1.26.1/dist_linux_arm.tar.gz) binaries. Unzip them and optionally add their directory to your PATH environment variable if you want to use the app from other locations.

The extracted directory contains two binaries:

Expand Down

0 comments on commit 2ec04e1

Please sign in to comment.