You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/HowToGuides/GettingStarted.md
+42-38Lines changed: 42 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,10 @@ toolchain as a one-off, there are a couple of differences:
84
84
cd swift
85
85
utils/update-checkout --clone
86
86
```
87
-
**Note:** If you've already forked the project on GitHub at this stage,
88
-
**do not clone your fork** to start off. We describe
89
-
[how to setup your fork](#setting-up-your-fork) in a subsection below.
87
+
>**Note**
88
+
> If you've already forked the project on GitHub at this stage, **do not
89
+
> clone your fork** to start off. We describe [how to setup your fork](#setting-up-your-fork)
90
+
> in a subsection below.
90
91
<!-- Recommending against cloning the fork due to https://github.com/apple/swift/issues/55918 and https://github.com/apple/swift/issues/55947. -->
91
92
3. Double-check that `swift`'s sibling directories are present.
92
93
```sh
@@ -109,10 +110,10 @@ toolchain as a one-off, there are a couple of differences:
109
110
Detailed branching information, including names for release branches, can
110
111
be found in [Branches.md](/docs/Branches.md).
111
112
112
-
**Note:**
113
-
The commands used in the rest of this guide assumes that the absolute path
114
-
to your working directory is something like `/path/to/swift-project/swift`.
115
-
Double-check that running `pwd` prints a path ending with `swift`.
113
+
> **Note**
114
+
> The commands used in the rest of this guide assumes that the absolute path
115
+
> to your working directory is something like `/path/to/swift-project/swift`.
116
+
> Double-check that running `pwd` prints a path ending with `swift`.
116
117
117
118
[uploaded your SSH keys to GitHub]: https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
118
119
@@ -148,7 +149,6 @@ Double-check that running `pwd` prints a path ending with `swift`.
0 commit comments