commit: | 5d81614a7e467c7ffdb9927c33e64970569c8b61 |
author: | Tshepang Lekhonkhobe |
committer: | Trevor Bentley |
date: | Thu Nov 16 13:52:20 2017 +0200 |
parents: | 97e73974f3ffe85c3d8d01dc352a1d136974b38c |
diff --git a/README.md b/README.md line changes: +1/-1 index 1c34c5e..754f2ef --- a/README.md +++ b/README.md
@@ -53,7 +53,7 @@ Install manually. It's easy. $ git clone https://github.com/mrmekon/circadian.git $ cd circadian $ cargo build --release -$ sudo cp target/release/circadian /usr/bin/ +$ sudo cp target/release/circadian /usr/local/bin/ $ sudo cp resources/circadian.conf.in /etc/circadian.conf $ sudo cp resources/circadian.service /usr/lib/systemd/system/ $ sudo systemctl enable circadian