From afbd105121a80a26f888452bc4ccfab6308929e6 Mon Sep 17 00:00:00 2001 From: SimonKev Date: Thu, 13 Jul 2017 16:49:25 +0300 Subject: [PATCH] Update regtest-setup-guide.md --- content/faq/regtest-setup-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/faq/regtest-setup-guide.md b/content/faq/regtest-setup-guide.md index 5dd5b2e1..0ee320af 100644 --- a/content/faq/regtest-setup-guide.md +++ b/content/faq/regtest-setup-guide.md @@ -68,7 +68,7 @@ pip2 install -r requirements.txt If you're not running debian/*buntu, or a derivative of those, you need to edit the `configure` file a bit. On line 11, remove the `apt-get` line and -manually install the requried packages. On line 48, change `adduser` to +manually install the required packages. On line 48, change `adduser` to `useradd` and on the same line, change `--disabled-password` to `-p !`. ```bash