Skip to content

Commit

Permalink
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.2.0.tar.gz | tar -xz --strip-components=1
curl -L https://github.com/getumbrel/umbrel/archive/v0.2.1.tar.gz | tar -xz --strip-components=1
```

### Step 2. Run
8 changes: 4 additions & 4 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.2.0",
"name": "Umbrel v0.2.0",
"requires": "=0.2.0",
"version": "0.2.1",
"name": "Umbrel v0.2.1",
"requires": ">=0.2.0",
"notes": ""
}
}

0 comments on commit 3563831

Please sign in to comment.