From bd5a65cb1723ba8cec3da743b798c6cc54f34b03 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Tue, 16 Feb 2021 20:29:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3075d25..c3e112d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Getting Boulder up and running has quite a learning curve though and that is whe ## Install -LabCA is best run on its own server / virtual machine to prevent any issues caused by conflicting applications. On a freshly installed Linux machine (currently only tested with Debian 9/stretch and Debian 10/buster) run this command as root user: +LabCA is best run on its own server / virtual machine to prevent any issues caused by conflicting applications. On a freshly installed Linux machine (currently only tested with Debian 9/stretch, Debian 10/buster and Ubuntu 18.04) run this command as root user (or as a regular user that already is in the sudo group): ```sh curl -sSL https://raw.githubusercontent.com/hakwerk/labca/master/install | bash