Commit 74fb915

bryfry <116113+bryfry@users.noreply.github.com>
2024-06-12 22:11:28
Update README.md
1 parent 707b4e4
Changed files (1)
README.md
@@ -1,11 +1,13 @@
 ## Quickstart
 
 ```bash
-apt install sudo socat git
-/sbin/usermod crash -aG sudo
+sudo apt install sudo socat git
+sudo useradd crash
+sudo usermod crash -aG sudo
 ```
 
 ```bash
+mkdir -p ${HOME}/.config/
 git clone git@github.com:bryfry/mf.git ${HOME}/.config/mf
 cd ${HOME}/.config/mf
 bash init.sh