From c0c3cf5f5eb746e1ab1845e4e278c854dd397957 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:00:47 -0700 Subject: [PATCH] docs: fixed missing sudo in ubuntu install example --- docs/install_ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_ubuntu.md b/docs/install_ubuntu.md index 3fe36431..c1dc28c4 100644 --- a/docs/install_ubuntu.md +++ b/docs/install_ubuntu.md @@ -31,7 +31,7 @@ sudo apt-get install -y \ # install ospf mdr cd ~/Documents -apt-get install -y \ +sudo apt-get install -y \ automake \ gawk \ g++ \