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 5f1d596 commit 190498eCopy full SHA for 190498e
content/install-guides/swift.md
@@ -42,7 +42,7 @@ If you see a different result, you are not using an Arm computer running 64-bit
42
43
### What software packages are needed?
44
45
-Before you install Swift on Ubuntu 24.04, install the following pacakges:
+Before you install Swift on Ubuntu 24.04, install the following packages:
46
47
```bash
48
sudo apt update
@@ -81,7 +81,7 @@ wget https://download.swift.org/swift-6.0.1-release/ubuntu2404-aarch64/swift-6.0
81
Extract the archive:
82
83
84
-sudo tar -xf swift-6.0.1-RELEASE-ubuntu24.04-aarch64.tar.gz -C /usr/local
+sudo tar -xf swift-6.0.1-RELEASE-ubuntu24.04-aarch64.tar.gz -C /usr/local
85
```
86
87
Add the `bin/` directory to your search path:
0 commit comments