From a3cc2317e24a390bc2d7bf10bc70be2c7fce2cdd Mon Sep 17 00:00:00 2001 From: Jonas Helgemo Date: Mon, 26 Jun 2023 11:57:23 +0200 Subject: [PATCH] Updated README.md to make setup examples consistent - SSH and apt examples should use same username --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f148a5f2..d0f73d65 100644 --- a/README.md +++ b/README.md @@ -206,13 +206,13 @@ ssh: user: app ``` -If you are using non-root user, you need to bootstrap your servers manually, before using them with MRSK. On Ubuntu, you'd do: +If you are using non-root user (`app` as above example), you need to bootstrap your servers manually, before using them with MRSK. On Ubuntu, you'd do: ```bash sudo apt update sudo apt upgrade -y sudo apt install -y docker.io curl git -sudo usermod -a -G docker ubuntu +sudo usermod -a -G docker app ``` ### Using a proxy SSH host