We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410f40b commit f2227dcCopy full SHA for f2227dc
Sources/Swiftly/Init.swift
@@ -67,6 +67,12 @@ struct Init: SwiftlyCommand {
67
// Give the user the prompt and the choice to abort at this point.
68
if !assumeYes {
69
var msg = """
70
+ Welcome to swiftly, the Swift toolchain manager for Linux and macOS!
71
+
72
+ Please read the following information carefully before proceeding with the installation. If you
73
+ wish to customize the steps performed during the installation process, refer to 'swiftly init -h'
74
+ for configuration options.
75
76
Swiftly installs files into the following locations:
77
78
\(Swiftly.currentPlatform.swiftlyHomeDir.path) - Directory for configuration files
0 commit comments