Skip to content

Commit

Permalink
Removed a couple more Windows references
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Oct 2, 2020
1 parent 073e42e commit 57661f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Please see [setup instructions](SETUP.md) and then come back here.
> **Important** Before you build, verify once more that `LOCAL_UID` in `.env`
> is the UID of your user (check with `echo $UID`), and that the file `.env`
> (dot env) is called exactly that, and contains the parameters you expect.
> You will get errors about missing permissions if the UID is wrong.
> You will get errors about missing permissions, during Step 4, if the UID is wrong.
Build all required images from source. This will take 20-30 minutes. Assuming
you cloned the project into `eth2-docker`:
Expand Down
4 changes: 2 additions & 2 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ will need to [associate the new user with your public key(s)](#ssh-key-authentic

## "Clone" the project

From a terminal - Powershell if you are installing the node on Windows - and logged in as the user
you'll be using from now on, and assuming you'll be storing the project in your `$HOME`, run:
From a terminal and logged in as the user you'll be using from now on, and assuming
you'll be storing the project in your `$HOME`, run:

```
cd ~
Expand Down

0 comments on commit 57661f6

Please sign in to comment.