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 2794056 commit 78b0490Copy full SHA for 78b0490
Documentation/SwiftlyDocs.docc/getting-started.md
@@ -9,7 +9,6 @@ To get started with swiftly you can download it from [swift.org](https://swift.o
9
If you are using Linux then you can verify and extract the archive like this:
10
11
```
12
- sha256sum swiftly-x.y.z.tar.gz # Check that the hash matches what's reported on swift.org
13
tar zxf swiftly-x.y.z.tar.gz
14
15
@@ -30,7 +29,7 @@ To get started with swiftly you can download it from [swift.org](https://swift.o
30
29
Now run swiftly init to finish the installation:
31
32
33
- $HOME/usr/local/bin/swiftly init
+ ~/usr/local/bin/swiftly init
34
35
}
36
0 commit comments