You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Or a custom gradient
40
40
41
41
### Binary release
42
42
43
-
Download the latest published release and unzip the `ChangeMenuBarColor.zip` file. It will create a `ChangeMenuBarColor` executable file that you can use.
43
+
Download the latest published release and unzip the `ChangeMenuBarColor.zip` file. It will create a `ChangeMenuBarColor` executable file that you can use.**Make sure you execute all the commands from the directory where you unziped the files**.
44
44
45
45
### Swift Package Manager
46
46
@@ -61,7 +61,7 @@ and run
61
61
swift build -c release
62
62
```
63
63
64
-
to create a `ChangeMenuBarColor` executable file in `.build/release`. Ideally copy it to the project directory with
64
+
to create a `ChangeMenuBarColor` executable file in `.build/release`. **Ideally copy it to the project directory with**
0 commit comments