From 6965526d9b9e5f37d2e01777a5bec16b030b9aed Mon Sep 17 00:00:00 2001 From: renepupil <117264860+renepupil@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:32:10 +0200 Subject: [PATCH] Add `sudo` to `apt-get` commands in `README.md` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 447f6eb..f6bdd0f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ brew install ninech/taps/nctl # Debian/Ubuntu echo "deb [trusted=yes] https://repo.nine.ch/deb/ /" | sudo tee /etc/apt/sources.list.d/repo.nine.ch.list -apt-get update -apt-get install nctl +sudo apt-get update +sudo apt-get install nctl # Fedora/RHEL cat < /etc/yum.repos.d/repo.nine.ch.repo