Skip to content

Commit

Permalink
Merge pull request #680 from garden-io/install
Browse files Browse the repository at this point in the history
docs: install instructions fixes
  • Loading branch information
edvald authored Mar 28, 2019
2 parents 87df71d + 9a8f90c commit 4491eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/basics/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You need the following dependencies on your local machine to use Garden:
* [Docker](https://docs.docker.com/)
* Git
* rsync
* Local installation of Kubernetes and kubectl
* Local installation of Kubernetes and [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)

#### Step 1: Docker

Expand All @@ -86,11 +86,11 @@ For local Kubernetes, you can use [Minikube](https://github.com/kubernetes/minik

#### Step 3: Install other dependencies

Use your preferred method or package manager to install `git` and `rsync`.
Use your preferred method or package manager to install `git` and `rsync`. On Ubuntu, that's `sudo apt install git rsync`.

#### Step 4: Install `garden-cli`

Once you have the dependencies set up, 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.
Once you have the dependencies set up, 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.

## Minikube

Expand Down

0 comments on commit 4491eef

Please sign in to comment.