Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #782 from ianserlin/patch-1
Browse files Browse the repository at this point in the history
Add missing `cd` command to dev guide
  • Loading branch information
sebgoa authored May 28, 2018
2 parents d4f1703 + d9392f2 commit 564fcb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ To regenerate the most updated k8s manifests file, run:
cd $KUBELESS_WORKING_DIR
export KUBECFG_JPATH=$PWD/ksonnet-lib
git clone --depth=1 https://github.com/ksonnet/ksonnet-lib.git
cd $KUBELESS_WORKING_DIR/kubeless
make all-yaml
```

Expand Down

0 comments on commit 564fcb9

Please sign in to comment.