From 2c7ef3ad1e78c7f227720e5eacd9e44eb1440a13 Mon Sep 17 00:00:00 2001 From: Indrek Haav Date: Wed, 23 Mar 2022 20:12:09 +0200 Subject: [PATCH] Add note that sudo is needed in LXC containers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b74a55c..c7d4576 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Next, a few packages need to be installed, these are mostly various helpers for $ sudo apt install -y gcc g++ git gnupg make zip unzip ``` +> **Note:** If running in an environment where you're root by default, like in an LXC container, make sure sudo is installed, it'll be needed in a later step. + #### Node.js While [Node.js](https://nodejs.org/) is available in Debian (and Ubuntu) repos, the version there is pretty old. [Nodesource](https://github.com/nodesource/distributions#deb) provides up-to-date versions. The latest LTS version as of the writing of this is v16, so install that: