diff --git a/README.md b/README.md index a0975447f99..22f0f7a52e9 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ EOSIO currently supports the following operating systems: 1. Amazon Linux 2 2. CentOS 7 2. CentOS 7.x -2. CentOS 8 -3. Ubuntu 16.04 4. Ubuntu 18.04 4. Ubuntu 20.04 5. MacOS 10.14 (Mojave) @@ -81,11 +79,6 @@ brew remove eosio 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 ``` -#### 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 -``` #### Ubuntu Package Uninstall ```sh sudo apt remove eosio