Skip to content

Commit 8f8ddca

Browse files
authored
Update README.md
1 parent 21f15b0 commit 8f8ddca

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ and run
6161
swift build -c release
6262
```
6363

64-
to create a `ChangeMenuBarColor` executable file in `.build/release`.
64+
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+
```
6569

6670
## Usage
6771

0 commit comments

Comments
 (0)