Skip to content

Commit ad6a653

Browse files
committed
Update Quick Start guide
1 parent b8bd710 commit ad6a653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftCrossUI/SwiftCrossUI.docc/Quick Start.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Creating a cross-platform SwiftCrossUI app with Swift Bundler.
44

55
## Overview
66

7-
Although not strictly required, I recommend using [Swift Bundler](https://github.com/stackotter/swift-bundler) to build SwiftCrossUI apps; it simplifies many aspects of cross-platform distribution a great deal and provides a platform-agnostic configuration format for specifying things such as app icons and custom URL schemes. As such, this quick start guide focuses on Swift Bundler.
7+
This quick start guide uses [Swift Bundler](https://github.com/stackotter/swift-bundler). Although not strictly required, it simplifies many aspects of cross-platform distribution and provides a platform-agnostic configuration format for specifying things such as app icons and custom URL schemes.
88

99
## Installing Swift Bundler
1010

11-
Follow [the installation instructions in Swift Bundler's readme](https://github.com/stackotter/swift-bundler?tab=readme-ov-file#installation-). `mint` is the preferred installation method as of the last update to this quick start guide.
11+
Follow [the installation instructions in Swift Bundler's readme](https://github.com/stackotter/swift-bundler?tab=readme-ov-file#installation-). `mint` is the preferred installation method on macOS and Linux as of the last update to this quick start guide.
1212

1313
## Installing system dependencies
1414

0 commit comments

Comments
 (0)