Skip to content

Commit

Permalink
Complete Install etcd in GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbn committed Feb 21, 2018
1 parent 326f350 commit 4f755b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion contributors/guide/github-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,13 @@ make cross
#### Install etcd

```sh
cd $working_dir/kubernetes

# Installs in ./third_party/etcd
hack/install-etcd.sh

# Add to PATH
echo export PATH="\$PATH:$working_dir/kubernetes/third_party/etcd" >> ~/.profile
```

#### Test
Expand Down Expand Up @@ -228,4 +234,4 @@ git rebase -i upstream/master

For mass automated fixups (e.g. automated doc formatting), use one or more
commits for the changes to tooling and a final commit to apply the fixup en
masse. This makes reviews easier.
masse. This makes reviews easier.

0 comments on commit 4f755b3

Please sign in to comment.