Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ to prepare your build environment.
bin/container system stop
```

4. Use the Swift package manager to configure use your local `containerization` package and update your `Package.resolved` file.
4. Use the Swift package manager to configure to use your local `containerization` package and update your `Package.resolved` file.
Copy link
Copy Markdown
Contributor

@jglogan jglogan Jan 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let get rid of the redundant use of "use" as well. How about?

Suggested change
4. Use the Swift package manager to configure to use your local `containerization` package and update your `Package.resolved` file.
4. Reconfigure the project to use your local `containerization` package and update your `Package.resolved` file.


```bash
/usr/bin/swift package edit --path ../containerization containerization
Expand Down