Skip to content

Commit

Permalink
Add note to depend on library in first tutorial step. (#2225)
Browse files Browse the repository at this point in the history
* Add note to depend on library in first tutorial step.

* wip
  • Loading branch information
mbrandonw authored Jun 22, 2023
1 parent bd23264 commit 522c065
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
@Step {
Create a new Swift file named CounterFeature.swift and import the Composable Architecture.
@Code(name: "CounterFeature.swift", file: 01-01-01-code-0001.swift)

> Note: Before importing the library you will need to depend on it by adding it to your
Xcode project settings or SPM package:
>
> http://github.com/pointfreeco/swift-composable-architecture#Installation
}

@Step {
Expand Down

0 comments on commit 522c065

Please sign in to comment.