Skip to content

Commit 75f64c3

Browse files
authored
Update README.md
1 parent 880a310 commit 75f64c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ These scripts are originated from get.docker.com and are meant for quick & easy
55
# Usage
66

77
```
8-
export DOCKER_VERSION=<docker-version-you-want> && curl -sSL https://raw.githubusercontent.com/gitlawr/install-docker/master/${DOCKER_VERSION}.sh | sh
8+
curl -sSL https://github.com/gitlawr/install-docker/blob/1.0/<docker-version-you-want>.sh?raw=true | sh
99
```
1010

1111
or:
1212

1313
```
14-
export DOCKER_VERSION=<docker-version-you-want> && wget -qO- https://raw.githubusercontent.com/gitlawr/install-docker/master/${DOCKER_VERSION}.sh | sh
14+
wget -qO- https://github.com/gitlawr/install-docker/blob/1.0/<docker-version-you-want>.sh?raw=true | sh
1515
```
1616

1717
# Supported Docker Version
@@ -34,4 +34,4 @@ Might slightly different among Linux distributions, for example no 1.10.3 for Ub
3434

3535
# Notes
3636

37-
The scripts are tested on Ubuntu_Xenial,CentOS7 and Debian_Jessie. If you encounter any problem using these scripts, feel free to change them yourself, bring up an issue or send me an email.
37+
The scripts are tested on Ubuntu_Xenial,CentOS7 and Debian_Jessie. If you encounter any problem using these scripts, feel free to change them yourself, bring up an issue or send me an email.

0 commit comments

Comments
 (0)