Skip to content

Commit

Permalink
Its dpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
DKFN committed Mar 30, 2019
1 parent 25a50cc commit bc26953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1.4-1_amd64.deb
sudo dpgk -i bnycdn_0.1.4-1_amd64.deb
sudo dpkg -i bnycdn_0.1.4-1_amd64.deb
```

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


Expand Down

0 comments on commit bc26953

Please sign in to comment.