Skip to content

Commit 724637e

Browse files
authored
Update to MacOS install info (#85)
- Updated file name - Added command for making the downloaded file an executable
1 parent 3f28b18 commit 724637e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,17 @@ This is the latest code that has been reviewed and merged code, but not a milest
6767

6868
##### A note for Apple Silicon macOS devices
6969

70-
The application file must be signed before it can be run. Then right-click the file and select “Open”. To apply a signature, execute the following code in your Terminal (ensure you are in the same folder as the downloaded file):
70+
There are two things you might need to do before you can run the application.
7171

72-
codesign -s - ./unsecure_mac_arm64_gui
72+
If MacOS sees the downloaded file as a document and not as an application, run this code in the Terminal (in the folder you downloadd the file to):
73+
74+
chmod +x ./bitcoin-qt
75+
76+
It must also be signed before it can be run, via this command:
77+
78+
codesign -s - ./bitcoin-qt
79+
80+
Then right-click the file and select “Open”.
7381

7482
#### Test work-in-progress
7583

0 commit comments

Comments
 (0)