diff --git a/Readme.md b/Readme.md
index 6ec03a6f60161fb0bd80b72bf6365dd95451536f..e301ae0ffb817e1454eb3ea30e04f1f5c27f0265 100644
--- a/Readme.md
+++ b/Readme.md
@@ -11,7 +11,7 @@ The required packages are listed in the `dependencies` file.
 On Debian based systems you can run the following command to install all the required packages.
 ```
 cd qpong
-cat dependencies | xargs sudo apt install
+cat dependencies | xargs sudo apt install -y
 ```
 Please let me know if you needed to install any additional packages on your specific system.