Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9861 from EOSIO/nksanthosh-patch-1
Browse files Browse the repository at this point in the history
Bump version to 2.1.0-rc2, updates to Readme and docs pages.
  • Loading branch information
nksanthosh committed Dec 31, 2020
2 parents b7b7f57 + edc9ae6 commit 4ffe963
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ brew remove eosio

### Ubuntu Linux:

#### Ubuntu 20.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-20.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc2-ubuntu-20.04_amd64.deb
```
#### Ubuntu 18.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-18.04_amd64.deb
Expand All @@ -92,11 +97,17 @@ sudo apt remove eosio

### RPM-based (CentOS, Amazon Linux, etc.):

#### RPM Package Install
#### RPM Package Install CentOS 7
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio-2.1.0-rc2.el7.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc2.el7.x86_64.rpm
```
#### RPM Package Install CentOS 8
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio-2.1.0-rc2.el8.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc2.el8.x86_64.rpm
```

#### RPM Package Uninstall
```sh
sudo yum remove eosio
Expand Down
25 changes: 17 additions & 8 deletions docs/00_install/00_install-prebuilt-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,20 @@ brew remove eosio
```

### Ubuntu Linux:

#### Ubuntu 20.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-20.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc2-ubuntu-20.04_amd64.deb
```
#### Ubuntu 18.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio_2.1.0-rc1-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc1-ubuntu-18.04_amd64.deb
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc2-ubuntu-18.04_amd64.deb
```
#### Ubuntu 16.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio_2.1.0-rc1-ubuntu-16.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc1-ubuntu-16.04_amd64.deb
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-16.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc2-ubuntu-16.04_amd64.deb
```
#### Ubuntu Package Uninstall
```sh
Expand All @@ -40,10 +44,15 @@ sudo apt remove eosio

### RPM-based (CentOS, Amazon Linux, etc.):

#### RPM Package Install
#### RPM Package Install CentOS 7
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio-2.1.0-rc2.el7.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc2.el7.x86_64.rpm
```
#### RPM Package Install CentOS 8
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio-2.1.0-rc1.el7.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc1.el7.x86_64.rpm
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio-2.1.0-rc2.el8.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc2.el8.x86_64.rpm
```
#### RPM Package Uninstall
```sh
Expand Down

0 comments on commit 4ffe963

Please sign in to comment.