simpler readme
This commit is contained in:
17
README.md
17
README.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user