File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 ` .
185185The 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
188188variable 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:
222222Or 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
You can’t perform that action at this time.
0 commit comments