Skip to content

Commit

Permalink
docs: documentation for alpine linux (#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharbonnier authored and edvald committed Jan 2, 2020
1 parent 6d4b742 commit 8dfb842
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ And if you're building and running services locally, you need the following:
* [Docker](https://docs.docker.com/)
* A local installation of Kubernetes and [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)

The Alpine linux distribution also requires `gcc` to be installed.

### Step 1: Install core dependencies

Use your preferred method or package manager to install `git` and `rsync`. On Ubuntu, that's `sudo apt install git rsync`.
Use your preferred method or package manager to install `git` and `rsync`. On Ubuntu, that's `sudo apt install git rsync`, on Alpine `apk add --no-cache git rsync gcc`

### Step 2: Install Garden

Expand Down

0 comments on commit 8dfb842

Please sign in to comment.