Skip to content

Commit f2066e3

Browse files
jpluscplusmmvdan
authored andcommitted
README: point to cuelang.org for install docs
This updates the README to point to cuelang.org for the full list of installation methods made available by the project (and others). This change means we don't have to keep two lists of methods in sync across this repo and the main site. Instead, we link only to the two primary methods exposed directly by the project (executable downloads and build-from-source), whilst mentioning that the Docker-compatible container image is documented on the main site. Also: point the GitHub release link to the latest build, and change the prose holding the link to make it clearer that clicking the link won't immediately begin a download onto the user's machine. Closes cue-lang/docs-and-content#63 Signed-off-by: Jonathan Matthews <[email protected]> Change-Id: Ibe0b0b625072facb40607606b1ab5643dc221010 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1197388 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Paul Jolly <[email protected]>
1 parent e1f552f commit f2066e3

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,14 @@ Some aspects of this are:
9191

9292
### Download and Install
9393

94-
#### Release builds
95-
96-
[Download](https://github.com/cue-lang/cue/releases) the latest release from GitHub.
97-
98-
#### Run with Docker
94+
The full range of installation methods for the `cue` command are listed on the
95+
[cuelang.org site](https://cuelang.org/docs/introduction/installation/),
96+
including the official container image suitable for use with Docker.
97+
Here are two common ways to install the command:
9998

100-
docker run cuelang/cue version
101-
102-
#### Install using Homebrew
99+
#### Release builds
103100

104-
brew install cue-lang/tap/cue
101+
Download the [latest release](https://github.com/cue-lang/cue/releases/latest/) from GitHub.
105102

106103
#### Install from Source
107104

0 commit comments

Comments
 (0)