mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[doc] Fix typo in shell command from Getting Started guide (#77634)
This commit is contained in:
@@ -455,7 +455,7 @@ Now check if the version string has been updated (assumes you have `platform` sh
|
||||
defined as specified in the previous subsection:
|
||||
|
||||
```sh
|
||||
../build/Ninja-RelWithDebInfoAssert/swift-$(platform)-$(uname -m)/bin/swift-frontend --version
|
||||
../build/Ninja-RelWithDebInfoAssert/swift-${platform}-$(uname -m)/bin/swift-frontend --version
|
||||
```
|
||||
|
||||
This should print your updated version string.
|
||||
|
||||
Reference in New Issue
Block a user