summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authordubstack <buddhap@google.com>2016-07-01 17:23:21 -0700
committerdubstack <buddhap@google.com>2016-07-05 20:00:41 -0700
commit17596a7ef5cbc326813badeed329327842ef5eda (patch)
treeccba30aba7d5cd9dba82cfe759504a423d5a46b6 /development.md
parent219d085b1a600aadb64e05125a91f5f7e17b73c6 (diff)
Fix minor typo
Diffstat (limited to 'development.md')
-rw-r--r--development.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/development.md b/development.md
index 5136ef0c..82014e7c 100644
--- a/development.md
+++ b/development.md
@@ -230,9 +230,9 @@ separate dependency updates from other changes._
```sh
export KPATH=$HOME/code/kubernetes
-mkdir -p $KPATH/src/k8s.io/kubernetes
-cd $KPATH/src/k8s.io/kubernetes
-git clone https://path/to/your/fork .
+mkdir -p $KPATH/src/k8s.io
+cd $KPATH/src/k8s.io
+git clone https://path/to/your/kubernetes/fork # assumes your fork is 'kubernetes'
# Or copy your existing local repo here. IMPORTANT: making a symlink doesn't work.
```