From ce6f460522894f9eea120c34ed703ae48d2d967d Mon Sep 17 00:00:00 2001 From: Geoff Twardokus Date: Fri, 14 Feb 2025 12:40:30 -0500 Subject: [PATCH] Update README.md Fix instructions so that the `srsGUI` directory name has accurate capitalization. Avoids an annoyance if you copy this code block into a terminal and it crashes because "srsgui" does not exist. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfc47811..3b8b990e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For instance in ubuntu you can run: ```sudo apt-get install libboost-system-dev Finally, to download and build srsGUI, just run: ``` git clone https://github.com/srsLTE/srsGUI.git -cd srsgui +cd srsGUI mkdir build cd build cmake ../