Skip to content

Commit e79de90

Browse files
Improve Installation Instructions (#5)
1 parent 1f10e35 commit e79de90

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ The template repository contains a template Swift Package, including a continuou
2424

2525

2626
## Installation
27-
TemplatePackage can be installed into your Xcode project using [Swift Package Manager](https://github.com/apple/swift-package-manager).
2827

29-
1. In Xcode 14 and newer (requires Swift 5.7), go to “File” » “Add Packages...”
30-
2. Enter the URL to this GitHub repository, then select the `TemplatePackage` package to install.
28+
The project can be added to your Xcode project or Swift Package using the [Swift Package Manager](https://github.com/apple/swift-package-manager).
29+
30+
**Xcode:** For an Xcode project, follow the instructions on [adding package dependencies to your app](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app).
31+
32+
**Swift Package:** You can follow the [Swift Package Manager documentation about defining dependencies](https://github.com/apple/swift-package-manager/blob/main/Documentation/Usage.md#defining-dependencies) to add this project as a dependency to your Swift Package.
3133

3234

3335
## License

0 commit comments

Comments
 (0)