Browse Source

Umbrel v0.2.0 (#141)

remove-cors-headers v0.2.0
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
684196d3c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 6
      info.json

2
README.md

@ -77,7 +77,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.1.7-beta.tar.gz | tar -xz --strip-components=1
curl -L https://github.com/getumbrel/umbrel/archive/v0.2.0.tar.gz | tar -xz --strip-components=1
```
### Step 2. Run

6
info.json

@ -1,6 +1,6 @@
{
"version": "0.1.7-beta",
"name": "Umbrel v0.1.7 Beta",
"requires": "=0.1.7-beta",
"version": "0.2.0",
"name": "Umbrel v0.2.0",
"requires": "=0.2.0",
"notes": ""
}
Loading…
Cancel
Save