Browse Source

Umbrel v0.2.3 (#170)

update-git v0.2.3
Mayank Chhabra 5 years ago
committed by GitHub
parent
commit
97826b6e1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 6
      info.json

2
README.md

@ -81,7 +81,7 @@ Ensure that your account is [correctly permissioned to use docker](https://docs.
> Run this in an empty directory where you want to install Umbrel
```bash
curl -L https://github.com/getumbrel/umbrel/archive/v0.2.2.tar.gz | tar -xz --strip-components=1
curl -L https://github.com/getumbrel/umbrel/archive/v0.2.3.tar.gz | tar -xz --strip-components=1
```
### Step 2. Run

6
info.json

@ -1,6 +1,6 @@
{
"version": "0.2.2",
"name": "Umbrel v0.2.2",
"version": "0.2.3",
"name": "Umbrel v0.2.3",
"requires": ">=0.2.1",
"notes": ""
"notes": "With this new version, you can now view the peer address of Bitcoin Core running on your Umbrel, and use to connect to wallets such as Wasabi. Some minor bug fixes have also been made."
}
Loading…
Cancel
Save