update kobuddy paths

This commit is contained in:
Dima Gerasimov 2019-09-20 23:07:55 +01:00
parent ffe11210cc
commit 4b751e0408
2 changed files with 19 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Python interface into my life
# Usage
# Setting up
```
cp with_my.example with_my
@ -9,3 +9,9 @@ cp with_my.example with_my
vim with_my
```
TODO add instructions to try it?
# Usage example
```
with_my python3 -c 'import my.books.kobo as kobo; print(kobo.get_todos())'
```