From c172ebe32df1ffa02e45cdc29e8a4452f1516fa6 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Mon, 3 Oct 2022 18:40:37 +0500 Subject: [PATCH] Add alternative installation method --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index d23de8b..a9c2d93 100644 --- a/readme.md +++ b/readme.md @@ -21,9 +21,16 @@ python3 histd.py ``` ## Installation +Recommended method ```sh sudo cp histd.py /usr/local/bin/histd ``` + +Risky way (without cloning the repository) +```sh +sudo curl -o /usr/local/bin/histd "https://raw.githubusercontent.com/ordinary-dev/histd/master/histd.py" +``` + To create a new note, you can simply type `histd` in the terminal. ## Backup