From e4cb7b84e6379241a5d1a1113b76a64ad81fde08 Mon Sep 17 00:00:00 2001 From: "Chris (SPG) McGee" Date: Fri, 6 Dec 2024 10:23:21 -0500 Subject: [PATCH] Fix a documentation bug involving sha sum --- Documentation/SwiftlyDocs.docc/getting-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/SwiftlyDocs.docc/getting-started.md b/Documentation/SwiftlyDocs.docc/getting-started.md index 930d4c6a..da4a073e 100644 --- a/Documentation/SwiftlyDocs.docc/getting-started.md +++ b/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 If you are using Linux then you can verify and extract the archive like this: ``` - sha256sum swiftly-x.y.z.tar.gz # Check that the hash matches what's reported on swift.org tar zxf swiftly-x.y.z.tar.gz ``` @@ -30,7 +29,7 @@ To get started with swiftly you can download it from [swift.org](https://swift.o Now run swiftly init to finish the installation: ``` - $HOME/usr/local/bin/swiftly init + ~/usr/local/bin/swiftly init ``` } }