Skip to content

Commit 82b4f30

Browse files
committed
Release v0.1.1
1 parent 3fa24bb commit 82b4f30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ title: Installation
55
Up can be installed via pre-compiled binaries, head over to the [Releases](https://github.com/apex/up/releases) page. For example for Mac OS use:
66

77
```
8-
$ curl -#L https://github.com/apex/up/releases/download/v0.1.0/up_0.1.0_darwin_amd64.tar.gz | tar -zx -C /usr/local/bin
8+
$ curl -#L https://github.com/apex/up/releases/download/v0.1.1/up_0.1.1_darwin_amd64.tar.gz | tar -zx -C /usr/local/bin
99
```
1010

1111
Verify installation with:
1212

1313
```
1414
$ up version
15-
0.0.1
1615
```
1716

1817
Later when you want to update `up` to the latest version use the following command:

0 commit comments

Comments
 (0)