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