Merge pull request #356 from helgeblod/fix-readme-username-typo

Update README.md to make setup examples consistent
This commit is contained in:
Donal McBreen
2023-07-12 13:24:51 +01:00
committed by GitHub

View File

@@ -208,13 +208,13 @@ ssh:
user: app 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 ```bash
sudo apt update sudo apt update
sudo apt upgrade -y sudo apt upgrade -y
sudo apt install -y docker.io curl git 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 ### Using a proxy SSH host