Skip to content

Commit c8cb1c9

Browse files
committed
update instructions
1 parent 7d3b5c6 commit c8cb1c9

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ The default format is: `%latitude %longitude`.
5555
./CoreLocationCLI
5656
```
5757

58-
> ```
58+
> ```text
5959
> 50.943829 6.941043
6060
> ```
6161
6262
```sh
6363
./CoreLocationCLI -format "%latitude %longitude\n%address"
6464
```
6565
66-
> ```
66+
> ```text
6767
> 50.943829 6.941043
6868
> Kaiser-Wilhelm-Ring 21
69-
> Cologne North Rhine-Westphalia 50672
70-
> Germany
69+
> Cologne North Rhine-Westphalia 50672
70+
> Germany
7171
> ```
7272
7373
```sh
@@ -86,11 +86,9 @@ Install the latest release using Homebrew with:
8686
brew install cask corelocationcli
8787
```
8888
89-
Or build from the command line using the Xcode compiler with one of these commands:
89+
Or build from the command line using the compiler:
9090

9191
```sh
92-
xcodebuild # requires Apple Developer account
93-
# ... or ...
9492
swift build --disable-sandbox -c release # does not require account
9593
```
9694

@@ -106,9 +104,9 @@ After trying to run `CoreLocationCLI` for the first time, the process will be bl
106104

107105
> "CoreLocationCLI" can't be opened because it is from an unidentified developer...
108106
109-
To approve the process and allow `CoreLocationCLI` to run, go to System Preferences ➡️ Security & Privacy ➡️ General, and look in the bottom right corner for a button to click.
107+
To approve the process and allow `CoreLocationCLI` to run, go to System Settings ➡️ Privacy & Security ➡️ General, and look in the bottom right corner for a button to click.
110108

111-
After approving `CoreLocationCLI`, it should run successfully. For more information, see https://support.apple.com/en-us/HT202491.
109+
After approving `CoreLocationCLI`, it should run successfully. For more information, see <https://support.apple.com/en-us/HT202491>.
112110

113111
## Project scope
114112

@@ -118,7 +116,6 @@ The project maintainer was a victim of kidnapping in his past. Meanwhile his lap
118116

119117
## Contributing
120118

121-
Considering the project scope, please report any issues at https://github.com/fulldecent/corelocationcli/issues and recommend a fix if possible.
122-
123-
You can fund the project maintainer at https://github.com/sponsors/fulldecent. Even the most modest contribution will surely be noticed.
119+
Considering the project scope, please report any issues at <https://github.com/fulldecent/corelocationcli/issues> and recommend a fix if possible.
124120

121+
You can fund the project maintainer at <https://github.com/sponsors/fulldecent>. Even the most modest contribution will surely be noticed.

0 commit comments

Comments
 (0)