From 9accdedd51616ffb8b1d1b7bf89cc88a42ddd844 Mon Sep 17 00:00:00 2001
From: Yishuai Li <liyishuai@users.noreply.github.com>
Date: Sat, 17 Jul 2021 18:04:55 -0400
Subject: [PATCH] README: simplify installation command

---
 README.md | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 51b29019..b34ff2ab 100644
--- a/README.md
+++ b/README.md
@@ -124,13 +124,7 @@ In most cases, the first few  will already be there and the package installer wi
 
 On Debian / Ubuntu / Raspbian / Raspberry Pi OS:
 
-    sudo apt-get install git
-    sudo apt-get install gcc
-    sudo apt-get install g++
-    sudo apt-get install make
-    sudo apt-get install cmake
-    sudo apt-get install libasound2-dev
-    sudo apt-get install libudev-dev
+    sudo apt-get install git gcc g++ make cmake libasound2-dev libudev-dev
 
 Or on Red Hat / Fedora / CentOS: