Skip to content

Commit 78b0490

Browse files
authored
Fix a documentation bug involving sha sum (#194)
The documentation has an extraneous entry that talks about sha sums. Remove that reference.
1 parent 2794056 commit 78b0490

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/SwiftlyDocs.docc/getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ To get started with swiftly you can download it from [swift.org](https://swift.o
99
If you are using Linux then you can verify and extract the archive like this:
1010

1111
```
12-
sha256sum swiftly-x.y.z.tar.gz # Check that the hash matches what's reported on swift.org
1312
tar zxf swiftly-x.y.z.tar.gz
1413
```
1514

@@ -30,7 +29,7 @@ To get started with swiftly you can download it from [swift.org](https://swift.o
3029
Now run swiftly init to finish the installation:
3130

3231
```
33-
$HOME/usr/local/bin/swiftly init
32+
~/usr/local/bin/swiftly init
3433
```
3534
}
3635
}

0 commit comments

Comments
 (0)