Skip to content

Commit

Permalink
README: update install part
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Jul 21, 2020
1 parent 795bb82 commit 9424277
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ Install

```sh
# download & unpack
$ wget https://github.com/ekalinin/pbvm/releases/download/0.0.1/pbvm.linux.amd64.tgz
$ tar xzvf pbvm.linux.amd64.tgz
$ wget https://github.com/ekalinin/pbvm/releases/download/v0.0.1/pbvm_0.0.1_linux_x86_64.tar.gz
$ tar pbvm_0.0.1_linux_x86_64.tar.gz

# install
$ chmod +x pbvm
$ sudo cp pbvm /usr/bin

# activate
Expand Down

0 comments on commit 9424277

Please sign in to comment.