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: content/_index.md
+70-1Lines changed: 70 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,15 @@
1
1
---
2
-
title: UVCloud
2
+
title: Quickstart
3
+
weight: 1
3
4
---
4
5
6
+
## Build uv cli using make
7
+
8
+
```sh
9
+
$ make clean
10
+
$ make -B build
11
+
```
12
+
## Prebuilt binaries
5
13
Common platform binaries are published on the releases page. this includes linux, osx, windows and even arm binary for arm linux platforms such as raspbian.
6
14
## Quick installation
7
15
### OSX
@@ -20,3 +28,64 @@ See [Releases](https://github.com/uvcloud/uv-cli/releases).
0 commit comments