Browse Source

Installation commands for jq and fswatch (#172)

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

4
README.md

@ -71,8 +71,8 @@ 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/)
- [fswatch](https://emcrisostomo.github.io/fswatch/) (`apt-get install fswatch`)
- [jq](https://stedolan.github.io/jq/) (`apt-get install jq`)
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