diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-16 22:38:24 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-16 22:38:24 -0400 |
commit | 00ac51dfdbf39d80634d2d200151306ca9a8b8dc (patch) | |
tree | 22fb5c46aa70af6b651f84eaae305a4cb8d446eb | |
parent | 5387ed9425659508f2cd26a46e571a11295e70f5 (diff) | |
parent | a1c6d47f7d7b1278374a550aade838967ab925ff (diff) |
Merge branch 'master' into lukeshu
-rw-r--r-- | README.md (renamed from README) | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -16,3 +16,15 @@ introduce some other problems. So, I'm introducing systemd-timesyncd-wait. It is a service that listens for messages from systemd-timesyncd, and block until it sees a message indicating that systemd-timesyncd has synchronized the time. + +### Requirements + + go > 1.4 + make + + +### Installation + +Clone the repo and execute: + + make && make install |