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
```
pull/163/head
Alexander Potemkin 3 years ago committed by Martin Wimpress
parent 5c0a7885c9
commit b7202e8a8b
  1. 1
      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
```

Loading…
Cancel
Save