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

Update README.md with the entry to download Ubuntu 20.04 #10505

Merged
merged 1 commit into from
Jul 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ EOSIO currently supports the following operating systems:

1. Amazon Linux 2
2. CentOS 7
2. CentOS 7.x
4. Ubuntu 18.04
4. Ubuntu 20.04
5. MacOS 10.14 (Mojave)
6. MacOS 10.15 (Catalina)

---
Expand Down Expand Up @@ -79,6 +77,11 @@ brew remove eosio
wget https://github.com/eosio/eos/releases/download/v2.2.0-rc1/eosio_2.2.0-rc1-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.2.0-rc1-ubuntu-18.04_amd64.deb
```
#### Ubuntu 20.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.2.0-rc1/eosio_2.2.0-rc1-ubuntu-20.04_amd64.deb
sudo apt install ./eosio_2.2.0-rc1-ubuntu-20.04_amd64.deb
```
#### Ubuntu Package Uninstall
```sh
sudo apt remove eosio
Expand Down