From 39403e812c4f7ed074684af85c59b608dc0aabe2 Mon Sep 17 00:00:00 2001 From: Bo Yao Date: Wed, 20 Nov 2019 17:36:31 -0800 Subject: [PATCH] No longer need sudo now --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9212ce3..a2f18aa 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,14 @@ https://zoom.us/j/810242088 ## UPDATE Nov 12th -* Just update the issue templates. We are now measuring severity internally since the templates were jsut confusing. +* Just update the issue templates. We are now measuring severity internally since the templates were just confusing. * The simplified submission process is: just follow the template, and we will add label. * If we add the `help wanted` tag, you can fix it and receive tokens as part of the competition as well. +## UPDATE Nov 20th + +* sudo is no longer needed if you're on Mac, or if you're on linux and can run docker without sudo. + ## How to get started Before you start, please make sure that you have a machine with @@ -45,7 +49,7 @@ cd nearcore Next, generate node key and validator key by ```bash -sudo ./scripts/start_stakewars.py --init --account-id= +./scripts/start_stakewars.py --init --account-id= ``` Here for account id, enter the account id you want to use for staking. @@ -57,7 +61,7 @@ Please note that if you would like to generate key pairs for your account, you can also do it using the following command: ```bash -sudo ./scripts/start_stakewars.py --init --signer-keys --account-id= +./scripts/start_stakewars.py --init --signer-keys --account-id= ``` It will by default generate three key pairs in files `signer0_key.json`, `signer1_key.json`, and @@ -138,7 +142,7 @@ on your node and then transfer it to `~/.near`. Finally, to start your node, run: ```bash -sudo ./scripts/start_stakewars.py +./scripts/start_stakewars.py ``` Or if you're running locally on MacOS