From e0a6982945669f75856c98787ed50e803a4d44c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loun=C3=A8s=20Ksouri?= Date: Sun, 12 Dec 2021 13:41:06 +0100 Subject: [PATCH] Add git to dependencies in readme (#1163) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5444bf2..0779c3f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ If you're looking to run Umbrel on: - [Docker](https://docs.docker.com/engine/install) - [Python 3.0+](https://www.python.org/downloads) - [Docker Compose](https://docs.docker.com/compose/install) -- [fswatch](https://emcrisostomo.github.io/fswatch/), [jq](https://stedolan.github.io/jq/), [rsync](https://linuxize.com/post/how-to-use-rsync-for-local-and-remote-data-transfer-and-synchronization/#installing-rsync), [curl](https://curl.haxx.se/docs/install.html) (`sudo apt-get install fswatch jq rsync curl`) +- [fswatch](https://emcrisostomo.github.io/fswatch/), [jq](https://stedolan.github.io/jq/), [rsync](https://linuxize.com/post/how-to-use-rsync-for-local-and-remote-data-transfer-and-synchronization/#installing-rsync), [curl](https://curl.haxx.se/docs/install.html), [git](https://git-scm.com/downloads) (`sudo apt-get install fswatch jq rsync curl git`) Make sure your User ID is `1000` (verify it by running `id -u`) and ensure that your account is [correctly permissioned to use docker](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user).