diff --git a/README.md b/README.md index 0cbfc84..9b4f66a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # journalist -App to write journal digitally. Simple as that. +App to write journal digitally. + +## Features + +- Write your journal using _Markdown_ in your favorite text-editor. +- Stores written journals in a comprehensive directory structure. +- View the journals (_Markdown_ rendered in _HTML_) in browser. + +# Installation + +Install it using `pip` +```console +pip install journalist +``` diff --git a/journalist.py b/journalist.py index a61c220..2577ddb 100755 --- a/journalist.py +++ b/journalist.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + from datetime import datetime import yaml import argparse