Commit 74fb915
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