From ef998e1ec1a722f7c7c3ffcfce9c2de1b77ec803 Mon Sep 17 00:00:00 2001 From: Anantha Kumaran Date: Thu, 22 Sep 2022 18:48:55 +0530 Subject: [PATCH] update doc --- docs/src/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/installation.md b/docs/src/installation.md index c1a4026..eb6ffa8 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -3,6 +3,14 @@ * Follow the installation instruction in [ledger](https://www.ledger-cli.org/download.html) site and install **ledger**. Windows users can install ledger via [chocolatey](https://community.chocolatey.org/packages/ledger). * Download the latest prebuilt [binary](https://github.com/ananthakumaran/paisa/releases/latest) +* Once downloaded, you can perform the following steps to install +it. +```shell +❯ mv paisa-* paisa +❯ chmod u+x paisa +❯ xattr -dr com.apple.quarantine paisa # applicable only on Mac +❯ mv paisa /usr/lobal/bin +``` ## Quick Start