From 0b297f6f20e38bd2160aa5a4e505f5d0cc9efcef Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 11 Jul 2020 12:53:34 +0700 Subject: [PATCH] Add installation instructions --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e451ede..32e388f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,26 @@ Automatically initialize and manage an Umbrel development environment. +## Install + +### Homebrew + +``` +brew install lukechilds/tap/umbrel-dev +``` + +### Git + +``` +git clone https://github.com/lukechilds/umbrel-dev.git ~/.umbrel-dev +``` + +Then add to your shell profile: + +```shell +export PATH="$PATH:$HOME/.umbrel-dev/bin" +``` + ## Usage ```