From b7da047b5a16dcb8776b5e8691416d6569b06f6e Mon Sep 17 00:00:00 2001 From: Narek Date: Thu, 17 Dec 2020 10:17:30 -0800 Subject: [PATCH] Updates --- README.md | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0364c02..28d31df 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,16 @@ Git Notion Syncs Github Markdown files to Notion ## Installation +``` +pip install git-notion +``` + +or for local installation: + ```bash git clone https://github.com/NarekA/git-notion.git cd git-notion -pip install . +pip install -e . ``` ## Usage diff --git a/setup.py b/setup.py index 3293ba5..84fa1f2 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup_requires=setup_requirements, test_suite='tests', tests_require=test_requirements, - url='https://github.com/NarekA/git_notion', + url='https://github.com/NarekA/git-notion', version='0.1.0', zip_safe=False, )