Skip to content

Commit db69a32

Browse files
committed
docs: add permission modification guide
1 parent 23417bc commit db69a32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ A tiny CLI tool to call NTP servers.
1111
## Install
1212

1313
- Build it yourself: run `go build -o ntp-cli`
14-
- Download from [GitHub Releases](https://github.com/yuuahp/ntp-cli/releases/latest)
14+
- Download from [GitHub Releases](https://github.com/yuuahp/ntp-cli/releases/latest)
15+
If you are on macOS or Linux, don't forget to give execute permission: `chmod +x ntp-cli`
16+
Also, for macOS, run `xattr -c ntp-cli` to remove the quarantine attribute.
1517

1618
## Usage
1719

@@ -58,7 +60,7 @@ invalid arguments: you can either specify an address or a hostname, but not both
5860
<summary>Available formats:</summary>
5961

6062
| Format | Example |
61-
|-------------|-------------------------------------|
63+
|-------------|-------------------------------------|
6264
| Layout | 01/02 03:04:05PM '06 -0700 |
6365
| ANSIC | Mon Jan _2 15:04:05 2006 |
6466
| UnixDate | Mon Jan _2 15:04:05 MST 2006 |

0 commit comments

Comments
 (0)