diff --git a/ADVANCED.md b/ADVANCED.md index 01dfb8f2..c559f5ab 100644 --- a/ADVANCED.md +++ b/ADVANCED.md @@ -35,8 +35,8 @@ Zap requires `lnd` but does not store `lnd` binaries in the Github repo. To setup `lnd` for Zap, you have two options: -- [Light Client](#Light-Client) -- [Full Bitcoin Node](#Full-Bitcoin-Node) +- [Light Client](#light-client) +- [Full Bitcoin Node](#full-bitcoin-node) ### Light Client diff --git a/README.md b/README.md index a2dae68b..b1235d36 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ Once you have the .exe file downloaded, simply double click on the file. Once you have the .deb file downloaded, you will need to install the package with `dpkg`: ```bash -dpkg -i zap-desktop_0.0.1_amd64.deb +sudo dpkg -i file.deb ``` If this is your first time installing zap, you may have some unmet dependencies. This can be resolved with the following command: ```bash -apt-get update && apt-get -f install +sudo apt-get -f install ``` To run Zap you can either navigate through the GUI or run the following command: @@ -56,13 +56,13 @@ zap-desktop Once you have downloaded the .AppImage file, you will need to navigate to the download directory and make it executable: ```bash -chmod +x zap-desktop_0.0.1_amd64.AppImage +chmod +x file.AppImage ``` Then you can simply run the file: ```bash -./zap-desktop_0.0.1_amd64.AppImage +./file.AppImage ``` ## Advanced Usage