Browse Source

Add more dependencies for manual installation (#176)

update-git
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
1bee9fd588
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

3
README.md

@ -32,8 +32,7 @@ If you're looking to run Umbrel on:
- [Docker](https://docs.docker.com/engine/install) - [Docker](https://docs.docker.com/engine/install)
- [Python 3.0+](https://www.python.org/downloads) - [Python 3.0+](https://www.python.org/downloads)
- [Docker Compose](https://docs.docker.com/compose/install) - [Docker Compose](https://docs.docker.com/compose/install)
- [fswatch](https://emcrisostomo.github.io/fswatch/) (`apt-get install fswatch`) - [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`)
- [jq](https://stedolan.github.io/jq/) (`apt-get install jq`)
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). 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).

Loading…
Cancel
Save