Skip to content

Commit e19c345

Browse files
committed
swifts 5.1...5.9 & 6.0
1 parent c6cc52d commit e19c345

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ If you want to make scripts available to people using CI; use `stdin`:
179179

180180
# Internal Details
181181

182-
`swift sh` creates a Swift `Package.swift` package manager project with
183-
dependencies in a directory below the swift-sh cache directory †,
184-
builds the executable, and then executes it via `swift run`.
182+
`swift sh` creates a Swift `Package.swift` package manager project with
183+
dependencies in a directory below the swift-sh cache directory †,
184+
builds the executable, and then executes it via `swift run`.
185185
The script is (only) rebuilt when the script file is newer than the executable.
186186

187-
† Specify the cache parent directory using the (FreeDesktop) environment
187+
† Specify the cache parent directory using the (FreeDesktop) environment
188188
variable XDG_CACHE_HOME. If unspecified, on macOS `swif-sh` uses
189189
`$HOME/Library/Developer/swift-sh.cache`, and otherwise it uses
190190
`$HOME/.cache/swift-sh`.
@@ -222,4 +222,4 @@ install `swift-sh`, you will be able to run your script:
222222
Or see the [above installation instructions](#Installation).
223223

224224
[badge-platforms]: https://img.shields.io/badge/platforms-macOS%20%7C%20Linux-lightgrey.svg
225-
[badge-languages]: https://img.shields.io/badge/swift-5.1%20%7C%205.2%20%7C%205.3%20%7C%205.4-orange.svg
225+
[badge-languages]: https://img.shields.io/badge/swift-5.1%20%7C%205.2%20%7C%205.3%20%7C%205.4%20%7C%205.5%20%7C%205.6%20%7C%205.7%20%7C%205.8%20%7C%205.9%20%7C%206.0-orange.svg

0 commit comments

Comments
 (0)