You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,13 @@ title: Installation
5
5
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:
6
6
7
7
```
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
9
9
```
10
10
11
11
Verify installation with:
12
12
13
13
```
14
14
$ up version
15
-
0.0.1
16
15
```
17
16
18
17
Later when you want to update `up` to the latest version use the following command:
0 commit comments