Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add info for manual installations #923

Merged
merged 2 commits into from
Jul 7, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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