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 #9756 from EOSIO/docs/devrel-1017-2.0
Browse files Browse the repository at this point in the history
[docs] Remove sudo command from install/uninstall script instructions - 2.0
  • Loading branch information
lparisc authored Dec 7, 2020
2 parents d34c17b + 49cdd11 commit c5a0f8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For ease of contract development, content can be installed at the `/usr/local` f

```sh
cd ~/eosio/eos
sudo ./scripts/eosio_install.sh
./scripts/eosio_install.sh
```

## EOSIO manual install
Expand All @@ -17,7 +17,7 @@ In lieu of the `eosio_install.sh` script, you can install the EOSIO binaries dir

```sh
cd ~/eosio/eos/build
sudo make install
make install
```

[[info | What's Next?]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you have previously built EOSIO from source and now wish to install the prebu

```sh
cd ~/eosio/eos
sudo ./scripts/eosio_uninstall.sh
./scripts/eosio_uninstall.sh
```

[[info | Uninstall Dependencies]]
Expand Down

0 comments on commit c5a0f8e

Please sign in to comment.