Skip to content

Commit

Permalink
Raised version number in install doc for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DKFN committed Apr 13, 2019
1 parent f3203e5 commit 5ef2299
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g bnycdn
$ bnycdn COMMAND
running command...
$ bnycdn (-v|--version|version)
bnycdn/0.2.0 linux-x64 node-v8.10.0
bnycdn/0.2.1 linux-x64 node-v8.10.0
$ bnycdn --help [COMMAND]
USAGE
$ bnycdn COMMAND
Expand Down Expand Up @@ -82,7 +82,7 @@ EXAMPLE
✔[OK] /dkfn/nightly/deb/bnycdn_0.0.2-1_amd64.deb => 8.78 MB
```

_See code: [src/commands/cp.ts](https://github.com/DKFN/bnycdn/blob/v0.2.0/src/commands/cp.ts)_
_See code: [src/commands/cp.ts](https://github.com/DKFN/bnycdn/blob/v0.2.1/src/commands/cp.ts)_

## `bnycdn help [COMMAND]`

Expand Down Expand Up @@ -149,7 +149,7 @@ EXAMPLE
ⓘ Successfully deleted key : mynewkey
```

_See code: [src/commands/key.ts](https://github.com/DKFN/bnycdn/blob/v0.2.0/src/commands/key.ts)_
_See code: [src/commands/key.ts](https://github.com/DKFN/bnycdn/blob/v0.2.1/src/commands/key.ts)_

## `bnycdn ls []`

Expand All @@ -169,7 +169,7 @@ EXAMPLE
Lists all the pul zone
```

_See code: [src/commands/ls.ts](https://github.com/DKFN/bnycdn/blob/v0.2.0/src/commands/ls.ts)_
_See code: [src/commands/ls.ts](https://github.com/DKFN/bnycdn/blob/v0.2.1/src/commands/ls.ts)_

## `bnycdn pz [PULLZONES]`

Expand Down Expand Up @@ -201,5 +201,5 @@ EXAMPLE
Lists all the pull zones
```

_See code: [src/commands/pz.ts](https://github.com/DKFN/bnycdn/blob/v0.2.0/src/commands/pz.ts)_
_See code: [src/commands/pz.ts](https://github.com/DKFN/bnycdn/blob/v0.2.1/src/commands/pz.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
theme: jekyll-theme-midnight
title: BunnyCDN CLI
description: CLI for the BunnyCDN provider (v0.1)
description: CLI for the BunnyCDN provider (v0.2)
home_url: https://dkfn.github.io/bunnycdn-cli/
docs_url: https://dkfn.github.io/bunnycdn-cli/docs/index
install_url: https://dkfn.github.io/bunnycdn-cli/docs/install
Expand Down
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ This is the only native release method for now. More operating systems will be s

### AMD64
```console
wget http://cdn.infra.tetel.in/bunnycdn-cli/nightly/deb/bnycdn_0.2.0-1_amd64.deb
wget http://cdn.infra.tetel.in/bunnycdn-cli/nightly/deb/bnycdn_0.2.1-1_amd64.deb
sudo dpkg -i bnycdn_0.2.0-1_amd64.deb
```

### ARM
```console
wget http://cdn.infra.tetel.in/bunnycdn-cli/nightly/deb/bnycdn_0.2.0-1_armel.deb
wget http://cdn.infra.tetel.in/bunnycdn-cli/nightly/deb/bnycdn_0.2.1-1_armel.deb
sudo dpkg -i bnycdn_0.2.0-1_armel.deb
```

Expand All @@ -46,7 +46,7 @@ $ bnycdn help
Simple cli for BunnyCDN service. This app is not an official one.

VERSION
bnycdn/0.1.5 linux-x64 node-v8.10.0
bnycdn/0.2.1 linux-x64 node-v8.10.0

USAGE
$ bnycdn [COMMAND]
Expand Down

0 comments on commit 5ef2299

Please sign in to comment.