From 23530b8b648fe3cdeb59f62f04ef17abf8af33d8 Mon Sep 17 00:00:00 2001 From: jaycedowell Date: Tue, 16 Jul 2024 12:13:08 -0600 Subject: [PATCH] Adjust commands to match. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 558d14eaa..955757048 100644 --- a/README.md +++ b/README.md @@ -177,12 +177,12 @@ your machine. Install breathe using pip: - $ python -m pip install breathe sphinx + $ sudo pip install breathe sphinx Also install Doxygen using your package manager. In Ubuntu, for example: - $ sudo apt install Doxygen + $ sudo apt-get install doxygen Otherwise check https://www.doxygen.nl/ for Doxygen install instructions.