Skip to content

Commit fcc6e88

Browse files
authored
Merge pull request #35556 from brentleyjones/bj/update-guide
2 parents e5e2cf1 + bf6c753 commit fcc6e88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,17 @@ toolchain as a one-off, there are a couple of differences:
6868
If you plan on contributing regularly, cloning over SSH provides a better
6969
experience. After you've [uploaded your SSH keys to GitHub][]:
7070
```sh
71-
git clone [email protected]:apple/swift.git .
71+
git clone [email protected]:apple/swift.git swift
72+
cd swift
7273
utils/update-checkout --clone-with-ssh
7374
```
7475
- Via HTTPS:
7576
If you want to check out the sources as read-only,
7677
or are not familiar with setting up SSH,
7778
you can use HTTPS instead:
7879
```sh
79-
git clone https://github.com/apple/swift.git .
80+
git clone https://github.com/apple/swift.git swift
81+
cd swift
8082
utils/update-checkout --clone
8183
```
8284
**Note:** If you've already forked the project on GitHub at this stage,

0 commit comments

Comments
 (0)