Skip to content

Commit c4eb9d9

Browse files
committed
Prepare docs for 0.6.0
1 parent fc5a4c5 commit c4eb9d9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
77
You can download and install a pre-built binary:
88
```console
99
# Linux amd 64-bit:
10-
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-linux-amd64 \
10+
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-linux-amd64 \
1111
&& chmod +x osm \
1212
&& sudo mv osm /usr/local/bin/
1313

1414
# Linux 386 32-bit:
15-
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-linux-386 \
15+
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-linux-386 \
1616
&& chmod +x osm \
1717
&& sudo mv osm /usr/local/bin/
1818

1919
# Mac 64-bit
20-
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-darwin-amd64 \
20+
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-darwin-amd64 \
2121
&& chmod +x osm \
2222
&& sudo mv osm /usr/local/bin/
2323

2424
# Mac 32-bit
25-
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-darwin-386 \
25+
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-darwin-386 \
2626
&& chmod +x osm \
2727
&& sudo mv osm /usr/local/bin/
2828
```

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
77
You can download and install a pre-built binary:
88
```console
99
# Linux amd 64-bit:
10-
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-linux-amd64 \
10+
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-linux-amd64 \
1111
&& chmod +x osm \
1212
&& sudo mv osm /usr/local/bin/
1313

1414
# Linux 386 32-bit:
15-
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-linux-386 \
15+
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-linux-386 \
1616
&& chmod +x osm \
1717
&& sudo mv osm /usr/local/bin/
1818

1919
# Mac 64-bit
20-
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-darwin-amd64 \
20+
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-darwin-amd64 \
2121
&& chmod +x osm \
2222
&& sudo mv osm /usr/local/bin/
2323

2424
# Mac 32-bit
25-
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-darwin-386 \
25+
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-darwin-386 \
2626
&& chmod +x osm \
2727
&& sudo mv osm /usr/local/bin/
2828
```

0 commit comments

Comments
 (0)