From 262fd581a79f61ee99b018938c480cf318ba6bd6 Mon Sep 17 00:00:00 2001 From: clsr Date: Wed, 26 Apr 2017 10:41:48 +0200 Subject: Deduplicate file reading code and add battery charging indicator --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7761fd4..06f333b 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Compile it: Install dwmclock (needs to be run as root if installing to `/usr` or `/usr/local`): - make instal + make install -Install dwmclock to ~/bin: +Install dwmclock to `~/bin`: make DESTDIR=$HOME PREFIX= install @@ -30,6 +30,6 @@ Install dwmclock to ~/bin: Usage ----- -Amp it off in your ~/.xinitrc: +Amp it off in your `~/.xinitrc`: dwmclock & -- cgit