simpler readme

This commit is contained in:
2019-09-05 09:29:39 +02:00
parent e580d35be8
commit 3b65ac5e54

View File

@@ -2,16 +2,13 @@
A command line interface to total up the time entries in a markdown file.
## Installation
```
pip install markdown_timesheet
```
## Usage
Given a `timesheet.md` like so:
```
$ pip install markdown_timesheet
...
$ cat timesheet.md
# 5 Sep 2019
## 9:15-9:16, 9:20-9:25
@@ -22,12 +19,6 @@ Write spec, write client email.
## 9:25-9:29
Write tests
```
Then,
```
$ add timesheet.md
10
```