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 21f15b0 commit 8f8ddcaCopy full SHA for 8f8ddca
1 file changed
README.md
@@ -61,7 +61,11 @@ and run
61
swift build -c release
62
```
63
64
-to create a `ChangeMenuBarColor` executable file in `.build/release`.
+to create a `ChangeMenuBarColor` executable file in `.build/release`. Ideally copy it to the project directory with
65
+
66
+```
67
+cp .build/release/ChangeMenuBarColor .
68
69
70
## Usage
71
0 commit comments