Skip to content

Commit e1449aa

Browse files
committed
Adding Apple instructions for command line.
1 parent 64ae95d commit e1449aa

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,36 +47,45 @@ After that, you may run the binary as any normal program:
4747
```
4848
./shark-clipper-linux-x64-latest.bin
4949
```
50+
5051
#### Using the Mac Prebuilt Binary
5152

52-
Mac requires a additional security steps to run the prebuilt binary.
53+
Mac requires additional security steps to run the prebuilt binary.
5354
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.
5463

55-
1) Set execute permissions on the Mac prebuilt binary, e.g.:
64+
3) Set execute permissions on the Mac prebuilt binary, e.g.:
5665
```
5766
chmod +x shark-clipper-macos-x64-latest.bin
5867
```
5968

60-
2) Run the binary as any normal program:
69+
4) Run the binary as any normal program:
6170
```
6271
./shark-clipper-macos-x64-latest.bin
6372
```
6473

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.
6675

67-
4) Open System Settings and navigate to the "Privacy & Security" tab.
76+
6) Open System Settings and navigate to the "Privacy & Security" tab.
6877

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.
7180
Click the "Allow Anyway" button.
7281
You may be required to provide a password.
7382

74-
6) Return to the terminal and re-run the binary:
83+
8) Return to the terminal and re-run the binary:
7584
```
7685
./shark-clipper-macos-x64-latest.bin
7786
```
7887

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.
8089

8190
#### Using the Windows Prebuilt Binary
8291

0 commit comments

Comments
 (0)