Skip to content

Commit

Permalink
README: add sudo before dpkg command
Browse files Browse the repository at this point in the history
  • Loading branch information
rbino committed Aug 17, 2016
1 parent c0a109f commit d0597f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you're on Debian stretch or Ubuntu 16.04, go to the [latest release](https://

Install it with
```
dpkg -i packagename.deb
sudo dpkg -i packagename.deb
sudo apt -f install
```
Then type `ems-qart` in a terminal to start the program
Expand Down

0 comments on commit d0597f4

Please sign in to comment.