-
Notifications
You must be signed in to change notification settings - Fork 1.4k
README syntax highlighting #4
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
Conversation
@@ -27,8 +27,9 @@ The package manager is bundled with the [downloads available at swift.org](https | |||
|
|||
If you want to verify you already have the package manager installed, enter the following in a terminal: | |||
|
|||
swift build --help | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove this blank line?
@LinusU updated. |
git clone [email protected]:apple/swift-package-manager.git swiftpm | ||
cd swiftpm | ||
./Utilities/bootstrap --swiftc path/to/swiftc --sbt path/to/swift-build-tool | ||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sh
here as well
@hkareem2222 more comments |
@LinusU how's that? |
Perfect 👌 |
$ swift build | ||
```sh | ||
$ swift build | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird that none of the other shell commands include a $
prompt. I'd get rid of it here to be consistent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense, i'll update it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, nice 👌
thanks @davidcelis updated. |
Good changes. Appreciated 👍🏻 |
[Ninja] Parse, warn, and ignore -l and -d options.
Sync with SwiftPM trunk
[pull] swiftwasm from master
No description provided.