Skip to content

Commit

Permalink
Prepare docs for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Aug 21, 2017
1 parent fc5a4c5 commit c4eb9d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
You can download and install a pre-built binary:
```console
# Linux amd 64-bit:
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-linux-amd64 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-linux-amd64 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/

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

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

# Mac 32-bit
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-darwin-386 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-darwin-386 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/
```
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
You can download and install a pre-built binary:
```console
# Linux amd 64-bit:
wget -O osm https://cdn.appscode.com/binaries/osm/0.5.1/osm-linux-amd64 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.6.0/osm-linux-amd64 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/

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

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

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

0 comments on commit c4eb9d9

Please sign in to comment.