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
```
This commit is contained in:
Alexander Potemkin 2021-10-25 23:06:04 +03:00 committed by Martin Wimpress
parent 5c0a7885c9
commit b7202e8a8b

View file

@ -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
```