Skip to content

Commit

Permalink
docs: fix prerelease terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev committed Feb 12, 2024
1 parent 608bb5e commit 3c402e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/developers/building-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ search:

There are several ways to use DDEV’s latest-committed HEAD version:

* **Download** artifacts from the latest HEAD pre-release in [releases](https://github.com/ddev/ddev/releases), which are signed and notarized. Get the one you need and place it in your `$PATH`.
* **Download** artifacts from the latest HEAD prerelease in [releases](https://github.com/ddev/ddev/releases), which are signed and notarized. Get the one you need and place it in your `$PATH`.
* **Homebrew install HEAD**: On macOS and Linux, run `brew unlink ddev && brew install ddev/ddev/ddev --HEAD --fetch-HEAD` to get the latest DDEV commit, even if it’s unreleased. Since you’re building this on your own computer, it’s not signed or notarized, and you’ll get a notification that instrumentation doesn’t work, which is fine. If you’re using Linux/WSL2, you’ll likely need to install build-essential by running the following command: `sudo apt install -y build-essential`.
* **Build manually**: If you have normal build tools like `make` and `go` installed, you can check out the code and run `make`.
* **Gitpod** You can use the latest build by visiting DDEV on [Gitpod](https://gitpod.io/#https://github.com/ddev/ddev).
Expand Down

0 comments on commit 3c402e3

Please sign in to comment.