diff options
| author | dubstack <buddhap@google.com> | 2016-07-01 17:23:21 -0700 |
|---|---|---|
| committer | dubstack <buddhap@google.com> | 2016-07-05 20:00:41 -0700 |
| commit | 17596a7ef5cbc326813badeed329327842ef5eda (patch) | |
| tree | ccba30aba7d5cd9dba82cfe759504a423d5a46b6 /development.md | |
| parent | 219d085b1a600aadb64e05125a91f5f7e17b73c6 (diff) | |
Fix minor typo
Diffstat (limited to 'development.md')
| -rw-r--r-- | development.md | 6 |
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. ``` |
