update doc

This commit is contained in:
Anantha Kumaran 2022-09-22 18:48:55 +05:30
parent 435b32e56a
commit ef998e1ec1
1 changed files with 8 additions and 0 deletions

View File

@ -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