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

[docs] Remove sudo command from install/uninstall script instructions #9755

Merged
merged 2 commits into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
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
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