Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix swift-build hyperlink text in README. #1

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Network access is enabled, but may have restricted access to localhost as per th

### Requirements for building
- Requires ARM64 or x64 Windows 10 or 11
- Swift for windows either official or from (github.com/thebrowsercompany/swift-build)[https://github.com/thebrowsercompany/swift-build]
- Swift for windows either official or from [github.com/thebrowsercompany/swift-build](https://github.com/thebrowsercompany/swift-build)
- Wix installer tools `dotnet tool install --global wix --version 5.0.0` (Used to extract the swift redistributables)

### FAQ
Expand All @@ -33,4 +33,4 @@ Network access is enabled, but may have restricted access to localhost as per th
- Its in `windows/Sources`

### License
This repository does not have an official license yet as I do not want people using this in production. You may learn from the code and improve it but please don't distribute this, as it's far from battle tested. I would strongly recommend opening an issue before thinking about creating a PR. Thanks for understanding.
This repository does not have an official license yet as I do not want people using this in production. You may learn from the code and improve it but please don't distribute this, as it's far from battle tested. I would strongly recommend opening an issue before thinking about creating a PR. Thanks for understanding.
Loading