Skip to content

Commit

Permalink
Merge pull request #923 from garden-io/fix-manual-install-docs
Browse files Browse the repository at this point in the history
docs: add info for manual installations
  • Loading branch information
edvald authored Jul 7, 2019
2 parents ff58f9f + 708a203 commit ae0b4f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/basics/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Please follow the guide for your operating system:
And if you decide to use Minikube, please see our [Minikube Instructions](#minikube-instructions) further down in this
document.

If you want to install Garden from source, see the instructions in our [contributor guide](https://github.com/garden-io/garden/tree/master/CONTRIBUTING.md).

## macOS

For Mac, we recommend the following steps to install Garden. You can also follow the manual installation
Expand Down Expand Up @@ -111,6 +113,7 @@ To later upgrade to the latest version, simply run the script again.
Or if you prefer to do it manually, download the Garden CLI for your platform from our
[latest release](https://github.com/garden-io/garden/releases/latest) page, extract and make sure it is on your PATH.
E.g. by extracting to `~/.garden/bin` and adding `export PATH=$PATH:~/.garden/bin` to your `.bashrc` or `.zshrc` file.
If you're installing manually, make sure you copy all files in the release package for your platform to the directory you're including in your PATH. For Windows and Linux, there's a `garden` binary and `static` directory, for macOS there's an additional `fse.node` binary.

### Step 3 (optional): Docker

Expand Down

0 comments on commit ae0b4f2

Please sign in to comment.