Skip to content

Commit 30f092e

Browse files
Robins install swift changes (#648)
* Lightly edited "getting started > installing swift" section for clarity and help developers to get started with documentation. * made slight change to first sentence * Removed "Swift scripts" * Removed redundancy. Broke into two sentences. * Update _includes/getting-started/_installing.md Co-authored-by: Tim Condon <[email protected]> --------- Co-authored-by: Tim Condon <[email protected]>
1 parent a426249 commit 30f092e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## Installing Swift
22

3-
If you don't have Swift installed, [install it first](/install).
3+
To kickstart your journey, [install Swift](/install) to begin using it on **macOS**, **Linux**, or **Windows**.
44

5-
To test that you have Swift installed, run `swift --version` from your shell or terminal app.
5+
> Tip: To test that you have Swift installed, run `swift --version` from your shell or terminal app.
66
7-
Swift comes bundled with the [Swift Package Manager (SwiftPM)]({% link documentation/package-manager/index.md %}), which manages the distribution of your Swift code, and allows easy importing of other Swift packages into your apps.
7+
Swift comes bundled with the [Swift Package Manager (SwiftPM)]({% link documentation/package-manager/index.md %}) that manages the distribution of Swift code. It allows easy importing of other Swift packages into your applications and libraries, making it a valuable tool for any Swift developer.
8+
9+
Swift is covered by the [Swift License](swift.org/LICENSE.txt).

0 commit comments

Comments
 (0)