Skip to content

Commit 966cb07

Browse files
authored
Provide installation CLI command on package_installer page (#922)
1 parent 742f619 commit 966cb07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

install/macos/package_installer/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ Package Manager may be limited due to some [outstanding issues](https://github.c
2525

2626
0. Run the package installer,
2727
which will install an Xcode toolchain into
28-
`/Library/Developer/Toolchains/`.
28+
`~/Library/Developer/Toolchains/`:
29+
30+
~~~ shell
31+
installer -target CurrentUserHomeDirectory -pkg ~/Downloads/swift-DEVELOPMENT-SNAPSHOT-2025-02-26-a-osx.pkg
32+
~~~
2933

3034
An Xcode toolchain (`.xctoolchain`) includes a copy of the compiler, LLDB,
3135
and other related tools needed to provide a cohesive development experience

0 commit comments

Comments
 (0)