Skip to content

Commit 4aabb3c

Browse files
author
M5M400
authored
Update README.md
1 parent dcc4822 commit 4aabb3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Based on a clean Ubuntu 16.04 LTS minimal install
99
Deployment via Installer
1010
------------------------
1111

12-
1. Create a user xmrproxy and assign a password (or add an SSH key, if you want that, you should know how to do it)
12+
1. Create a user 'nodeproxy' and assign a password (or add an SSH key. If you prefer that, you should already know how to do it)
1313

1414
```bash
1515
useradd -d /home/nodeproxy -m -s /bin/bash nodeproxy
16-
passwd xmrproxy
16+
passwd nodeproxy
1717
```
1818

1919
2. Add your user to `/etc/sudoers`, this must be done so the script can sudo up and do it's job. We suggest passwordless sudo. Suggested line: `<USER> ALL=(ALL) NOPASSWD:ALL`. Our sample builds use: `nodeproxy ALL=(ALL) NOPASSWD:ALL`

0 commit comments

Comments
 (0)