Skip to content

Commit 0191cc4

Browse files
committed
docs: Update the version to 1.2.2 in the quick install script
1 parent 2dfcdc2 commit 0191cc4

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
@@ -15,9 +15,9 @@ This library has been built in `go` in order for me to be able to build binaries
1515
If you're running an AMD64 Linux system and don't want the hassle of figuring things out, you can use the quick install script buy running the following in terminal.
1616

1717
```shell
18-
wget https://github.com/kerren/dockem/releases/download/v1.2.1/dockem-v1.2.1-linux-amd64
19-
chmod 755 dockem-v1.2.1-linux-amd64
20-
sudo mv ./dockem-v1.2.1-linux-amd64 /usr/local/bin/dockem
18+
wget https://github.com/kerren/dockem/releases/download/v1.2.2/dockem-v1.2.2-linux-amd64
19+
chmod 755 dockem-v1.2.2-linux-amd64
20+
sudo mv ./dockem-v1.2.2-linux-amd64 /usr/local/bin/dockem
2121
```
2222

2323
## Usage

0 commit comments

Comments
 (0)