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 #7065 from EOSIO/readme_uninstall_goof_17x
Browse files Browse the repository at this point in the history
fix rpm command for uninstalling eosio - 1.7
  • Loading branch information
spoonincode authored Apr 8, 2019
2 parents af76934 + 65cb7bd commit c4adcb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ $ sudo yum install ./eosio-1.7.1-1.el7.x86_64.rpm
```
#### Centos RPM Package Uninstall
```sh
$ sudo yum remove eosio.cdt
$ sudo yum remove eosio
```
#### Fedora RPM Package Install
```sh
@@ -67,7 +67,7 @@ $ sudo yum install ./eosio-1.7.1-1.fc27.x86_64.rpm
```
#### Fedora RPM Package Uninstall
```sh
$ sudo yum remove eosio.cdt
$ sudo yum remove eosio
```

## Supported Operating Systems

0 comments on commit c4adcb3

Please sign in to comment.