Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeankassio authored Oct 2, 2024
1 parent 8b95d81 commit 96a8864
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ With this library, you can manage wallets, generate addresses, check balances an

- PHP 7.4 or higher
- Curl enabled
- putenv enabled
- exec enabled (to start Electrum)
- Electrum installed and configured on your server

## Installation

### If you are installing on a web server, install Electrum directly on the user that will be used by the web server.

```bash
sudo -u www pip3 install https://download.electrum.org/4.5.5/Electrum-4.5.5.tar.gz
```

### The package can be installed using Composer

```bash
composer require jeankassio/electrumphp
```
Expand Down

0 comments on commit 96a8864

Please sign in to comment.