Skip to content

Commit bb36de0

Browse files
committed
Fix the design document
1 parent cb0e923 commit bb36de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DESIGN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ A simple setup for managing the toolchains could look like this:
6767

6868
The toolchains (i.e. the contents of a given Swift download tarball) would be contained in the toolchains directory, each named according to the major/minor/patch version. `config.json` would contain any required metadata (e.g. the latest Swift version, which toolchain is selected, etc.). If pulling in Foundation to use `JSONEncoder`/`JSONDecoder` (or some other JSON tool) would be a problem, we could also use something simpler.
6969

70-
The `~/.local/bin` directory would include symlinks pointing to swiftly itself. When the proxies binaries are executed swiftly proxies them to the requested toolchain, or the default.
70+
The `~/.local/share/swiftly/bin` directory would include symlinks pointing to swiftly itself. When the proxies binaries are executed swiftly proxies them to the requested toolchain, or the default.
7171

7272
This is all very similar to how rustup does things, but I figure there's no need to reinvent the wheel here.
7373

0 commit comments

Comments
 (0)