From b7202e8a8ba1126ec260e84c9f3b58dcbf46e162 Mon Sep 17 00:00:00 2001 From: Alexander Potemkin Date: Mon, 25 Oct 2021 23:06:04 +0300 Subject: [PATCH] adding apt update in readme to prevent: ``` $ sudo apt install quickemu Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package quickemu ``` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 974848b..6da5b1f 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ install Quickemu and all the dependencies run the following in a terminal: ```bash sudo apt-add-repository ppa:flexiondotorg/quickemu +sudo apt update sudo apt install quickemu ```