From 2bde41df9b19cdf75666774734ee1b9508776b87 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Fri, 16 Dec 2022 21:38:36 +0500 Subject: [PATCH] Readme: place "installation" section before "usage" --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 98f2388..dc3fd25 100644 --- a/readme.md +++ b/readme.md @@ -15,16 +15,16 @@ tree ~/.local/share/histd # └── 19.md ``` -## Usage -```bash -python -m histd -``` - ## Installation ```bash pip install histd ``` +## Usage +```bash +python -m histd +``` + ## Backup To create an archive of all notes, run the following command: ```bash