From 68e23b41a7a93a208ce673515bbea99c2affd19d Mon Sep 17 00:00:00 2001 From: "David S. Brown" Date: Tue, 27 Feb 2024 10:51:27 -0800 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99a170d..87e3252 100644 --- a/README.md +++ b/README.md @@ -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.