Skip to content

Commit 565385b

Browse files
author
Dave Abrahams
authored
Stop creating swift-project/swift/swift
The instructions as written will create an unnecessary swift/swift directory, it looks like.
1 parent d9a3398 commit 565385b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ toolchain as a one-off, there are a couple of differences:
6060

6161
1. Create a directory for the whole project:
6262
```sh
63-
mkdir -p swift-project/swift
64-
cd swift-project/swift
63+
mkdir swift-project
64+
cd swift-project
6565
```
6666
2. Clone the sources:
6767
- Via SSH (recommended):

0 commit comments

Comments
 (0)