Added command to install dependencies to readme

This commit is contained in:
donovan6000
2024-03-26 14:23:08 -07:00
parent ad1a56b866
commit bbace73f2b

View File

@@ -4,7 +4,11 @@
Standalone version of the MimbleWimble Coin web wallet, [mwcwallet.com](https://mwcwallet.com), that consists of just a single HTML file.
### Building
Run the following commands to build this.
Run the following command to install the dependencies required to build this.
```
sudo apt install php php-intl php-mbstring openssl unzip wget grep sed coreutils
```
Then run the following commands to build this.
```
wget "https://github.com/NicolasFlamel1/MWC-Wallet-Standalone/archive/refs/heads/master.zip"
unzip "./master"