diff --git a/A1_0_Compiling_Bitcoin_from_Source.md b/A1_0_Compiling_Bitcoin_from_Source.md index 41452e5..801a58a 100644 --- a/A1_0_Compiling_Bitcoin_from_Source.md +++ b/A1_0_Compiling_Bitcoin_from_Source.md @@ -26,7 +26,7 @@ Type the commands without `$` or `#` ``` $ su - # enter root. It will ask you for the root password. # apt-get install sudo # check if sudo is installed. -# usermod -aG sudo # add user to the sudoers list +# usermod -aG sudo # add user to the sudoers list # reboot # reboot computer ```