Skip to content

Commit

Permalink
all: imp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Jun 24, 2024
1 parent 40da1bc commit 8fcfd5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ NOTE: Add new changes BELOW THIS COMMENT.

### Changed

- Path to the executable is now validated when the application installs itself
as a `launchd` service on macOS ([#2]).
- Path to the executable is now validated when the application installs itself as a `launchd` service on macOS ([#2]).

[#2]: https://github.com/AdguardTeam/AdGuardDNSClient/issues/2

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Supported CPU architectures:
> [!WARNING]
> On macOS it's crucial for daemons installed globally to be owned by root (see the [`launchd` documentation][launchd-requirements]), so the `AdGuardDNSClient` executable must be placed into the `/Applications/` directory or its subdirectory.
[launchd-requirements] https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html

2. Install it as a service by running:

```sh
Expand All @@ -63,6 +61,7 @@ To check that it works, use any DNS checking utility. For example, using `nslook
nslookup -debug 'www.example.com' '127.0.0.1'
```

[launchd-requirements]: https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html
[releases]: https://github.com/AdguardTeam/AdGuardDNSClient/releases

### <a href="#start-basic-win" id="start-basic-win" name="start-basic-win">Windows</a>
Expand Down
2 changes: 1 addition & 1 deletion internal/agdcos/service_others.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build windows || linux
//go:build !darwin

package agdcos

Expand Down

0 comments on commit 8fcfd5e

Please sign in to comment.