diff options
author | Damjan Miklic <damjan.miklic@fer.hr> | 2017-05-19 18:14:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-19 18:14:47 +0200 |
commit | a1c6d47f7d7b1278374a550aade838967ab925ff (patch) | |
tree | f632ef0798fc3c6e8e46f402137cc8fe8f0a23ce | |
parent | b6e79c4a2de132f72319c9088558a15ba2790de7 (diff) | |
parent | b018fd33f4ba54c2d86ad526a07eb5b69444cc6c (diff) |
Merge pull request #1 from rfrail3/master
Adding installation info
-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 |