We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972ac6f commit cc8c5bbCopy full SHA for cc8c5bb
docs/HowToGuides/GettingStarted.md
@@ -455,7 +455,7 @@ Now check if the version string has been updated (assumes you have `platform` sh
455
defined as specified in the previous subsection:
456
457
```sh
458
-../build/Ninja-RelWithDebInfoAssert/swift-$(platform)-$(uname -m)/bin/swift-frontend --version
+../build/Ninja-RelWithDebInfoAssert/swift-${platform}-$(uname -m)/bin/swift-frontend --version
459
```
460
461
This should print your updated version string.
0 commit comments