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
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -47,36 +47,45 @@ After that, you may run the binary as any normal program:
47
47
```
48
48
./shark-clipper-linux-x64-latest.bin
49
49
```
50
+
50
51
#### Using the Mac Prebuilt Binary
51
52
52
-
Mac requires a additional security steps to run the prebuilt binary.
53
+
Mac requires additional security steps to run the prebuilt binary.
53
54
These steps need to be done every time a new binary is downloaded and run for the first time.
55
+
Running binary files is best done via the command line.
56
+
This [command line primer](https://developer.apple.com/library/archive/documentation/OpenSource/Conceptual/ShellScriptingCommandLInePrimer/CommandLine.html)
57
+
includes instructions on running files and navigating directories.
58
+
59
+
1) Open the Finder application and locate the shark-clipper-macos-x64-latest.zip file.
60
+
Double click the file to unzip it, a second file, shark-clipper-macos-x64-latest.bin should appear.
61
+
62
+
2) Open the Terminal application and navigate to the directory where shark-clipper-macos-x64-latest.bin is located.
54
63
55
-
1) Set execute permissions on the Mac prebuilt binary, e.g.:
64
+
3) Set execute permissions on the Mac prebuilt binary, e.g.:
56
65
```
57
66
chmod +x shark-clipper-macos-x64-latest.bin
58
67
```
59
68
60
-
2) Run the binary as any normal program:
69
+
4) Run the binary as any normal program:
61
70
```
62
71
./shark-clipper-macos-x64-latest.bin
63
72
```
64
73
65
-
3) Click "OK" on a popup that may appear saying that the file cannot be opened because Apple cannot check it for malicious software.
74
+
5) Click "OK" on a popup that may appear saying that the file cannot be opened because Apple cannot check it for malicious software.
66
75
67
-
4) Open System Settings and navigate to the "Privacy & Security" tab.
76
+
6) Open System Settings and navigate to the "Privacy & Security" tab.
68
77
69
-
5) Scroll down to the "Security" section;
70
-
a message should appear stating that shark-clipper-macos-x64-latest.bin was blocked because it is not from an identified developer.
78
+
7) Scroll down to the "Security" section.
79
+
A message should appear stating that shark-clipper-macos-x64-latest.bin was blocked because it is not from an identified developer.
71
80
Click the "Allow Anyway" button.
72
81
You may be required to provide a password.
73
82
74
-
6) Return to the terminal and re-run the binary:
83
+
8) Return to the terminal and re-run the binary:
75
84
```
76
85
./shark-clipper-macos-x64-latest.bin
77
86
```
78
87
79
-
7) Click "Open" on a popup that may appear again warning about running the file.
88
+
9) Click "Open" on a popup that may appear again warning about running the file.
0 commit comments