Skip to content

Commit

Permalink
fix: update bin/ubuntu/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viteshan committed Sep 7, 2021
1 parent 5096a2f commit 58dc2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ install vite as linux service
# install v2.10.3-rc3

```
curl -s https://raw.githubusercontent.com/vitelabs/gvite/master/bin/ubuntu/install_tar_gz.sh | bash -s v2.10.3-rc3
curl -s https://raw.githubusercontent.com/vitelabs/go-vite/master/bin/ubuntu/install_tar_gz.sh | bash -s v2.10.3-rc3
```

# upgrade to version v2.10.3-rc3

```
curl -s https://raw.githubusercontent.com/vitelabs/gvite/master/bin/ubuntu/upgrade_tar_gz.sh | bash -s v2.10.3-rc3
curl -s https://raw.githubusercontent.com/vitelabs/go-vite/master/bin/ubuntu/upgrade_tar_gz.sh | bash -s v2.10.3-rc3
```

# start
Expand Down

0 comments on commit 58dc2b9

Please sign in to comment.