From 4a0a76925fcdf101b4eaa48a111628c9ad2e2ba4 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Mon, 10 Mar 2025 22:01:29 -0700 Subject: [PATCH] Fix typo in getting-started.md --- Documentation/SwiftlyDocs.docc/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/SwiftlyDocs.docc/getting-started.md b/Documentation/SwiftlyDocs.docc/getting-started.md index 9b0135b5..dca59df2 100644 --- a/Documentation/SwiftlyDocs.docc/getting-started.md +++ b/Documentation/SwiftlyDocs.docc/getting-started.md @@ -29,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: ``` - ~/usr/local/bin/swiftly init + /usr/local/bin/swiftly init ``` } }