30m version
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# n
|
||||
|
||||
A simple NTP client.
|
||||
|
||||
## Installation
|
||||
|
||||
Don’t use mine, because it will explode, launch missiles, and rain on your
|
||||
porch.
|
||||
|
||||
If you still want to, `make install` will install this utility to
|
||||
`/usr/local/bin`. You can change the installation directory by providing the
|
||||
`PREFIX` option to `make install`.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
Usage: bin/n [options]
|
||||
Options:
|
||||
-h HOST, --host=HOST NTP server to use
|
||||
defaults to 'europe.pool.ntp.org'
|
||||
-p PORT, --port=PORT NTP server port to use (must be numerical)
|
||||
defaults to '123'
|
||||
--help Display this message and exit
|
||||
```
|
||||
|
||||
<hr/>
|
||||
|
||||
Have fun!
|
Reference in New Issue
Block a user