Skip to content

Commit

Permalink
Fix install instructions: make $d absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
anguslees committed Oct 27, 2017
1 parent faecde2 commit 16e600e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Setup

TODO: vendor some of this, or otherwise reduce the external
dependencies.

```
# NB: need submodules
d=kubeapps-manifest
d=$PWD/kubeapps-manifest
git clone --recurse-submodules /~https://github.com/kubeapps/manifest $d
# Install kubecfg somewhere in $PATH
Expand Down

0 comments on commit 16e600e

Please sign in to comment.