Skip to content

Commit

Permalink
Change install documentation for v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DKFN committed Mar 31, 2019
1 parent a6ca10e commit 8eca1db
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,31 @@

- [Ubuntu/Debian]()

- [NPM]() -pending 0.5-
- [NPM]()

- [MacOS]() -pending 0.5-

- [Windows]() -pending 0.5-

- [Docker]() -pending 0.5-

> As the project is in early developpement stages and will receive frequent updates, I strongly suggest that you use NPM to easily get updates
## Ubuntu/Debian
This is the only native release method for now. More operating systems will be supported native

*Using this method will not get you autoupdates*
*Using this method will not get you auto-updates. This will be supported in a future release*

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

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


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

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

USAGE
$ bnycdn [COMMAND]

COMMANDS
cp This is the cp-like command for BunnyCDN storages. Cp has only upload implemented for now
cp This is the cp-like command for BunnyCDN storages.
help display help for bnycdn
key To add / delete / set a key for a pullzon or a storage
ls describe the command here
Expand Down

0 comments on commit 8eca1db

Please sign in to comment.