Update README.md

The instructions for git clone is missing one step: sudo make install. This required me to examine the makefile targets and figure it out for myself. Not so bad for me, but others may be confused about what to do.
This commit is contained in:
David S. Brown 2024-02-27 10:51:27 -08:00 committed by Martin Wimpress
parent 26ceeed84b
commit 68e23b41a7

View File

@ -184,6 +184,7 @@ sudo apt install quickemu
``` bash
git clone --filter=blob:none https://github.com/wimpysworld/quickemu
cd quickemu
sudo make install
```
Now install all the **Requirements** documented above.