Skip to content

Commit 5041da8

Browse files
committed
minor updates to README
1 parent 4042191 commit 5041da8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ongoing maintenance and stewardship of this project is led by the [SSWG](https:/
88

99
To download swiftly and install Swift, run the following in your terminal, then follow the on-screen instructions.
1010
```
11-
curl -L https://raw.githubusercontent.com/swift-server/swiftly/main/install/swiftly-install.sh | bash
11+
curl -L https://swift-server.github.io/swiftly/swiftly-install.sh | bash
1212
```
1313

1414
### Basic usage
@@ -17,14 +17,14 @@ curl -L https://raw.githubusercontent.com/swift-server/swiftly/main/install/swif
1717
$ swiftly install latest
1818
1919
Fetching the latest stable Swift release...
20-
Installing Swift 5.6.3
20+
Installing Swift 5.8.1
2121
Downloaded 488.5 MiB of 488.5 MiB
2222
Extracting toolchain...
23-
Swift 5.6.3 installed successfully!
23+
Swift 5.8.1 installed successfully!
2424
2525
$ swift --version
2626
27-
Swift version 5.6.3 (swift-5.6.3-RELEASE)
27+
Swift version 5.8.1 (swift-5.8.1-RELEASE)
2828
Target: x86_64-unknown-linux-gnu
2929
```
3030

@@ -41,7 +41,7 @@ Target: x86_64-unknown-linux-gnu
4141
- Linux-based platforms listed on https://swift.org/download
4242
- CentOS 7 will not be supported due to some dependencies of swiftly not supporting it, however.
4343

44-
Right now, swiftly is in the very early stages of development and is working towards an MVP for the Linux. Once that is complete, work will begin on an MVP for macOS. For more detailed information about swiftly's intended features and implementation, check out the [design document](DESIGN.md).
44+
Right now, swiftly is in the very early stages of development and is only supported on Linux, but the long term plan is to also support macOS. For more detailed information about swiftly's intended features and implementation, check out the [design document](DESIGN.md).
4545

4646
## Command interface overview
4747

@@ -284,5 +284,5 @@ swiftenv is an existing Swift version manager which already has much of the func
284284

285285
- swiftly has built in support for updating toolchains.
286286

287-
- swiftly is optimized for ease of installation. Ideally, this will be done with a bash one-liner similar to Homebrew and rustup. In addition, swiftly won't require any system dependencies to be installed on the user's system. While swiftenv is also relatively easy to install, it does involve cloning a git repository or using Homebrew, and it requires a few system dependencies (e.g. bash, curl, tar).
287+
- swiftly is optimized for ease of installation--it can be done with a bash one-liner similar to Homebrew and rustup. In addition, swiftly won't require any system dependencies to be installed on the user's system. While swiftenv is also relatively easy to install, it does involve cloning a git repository or using Homebrew, and it requires a few system dependencies (e.g. bash, curl, tar).
288288

0 commit comments

Comments
 (0)