Skip to content

Commit cfa01f5

Browse files
committed
feat: Updated documentation to match
1 parent f6ed25b commit cfa01f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/resources/(resources)/go/goenv.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: goenv
33
description: A reference page for the goenv resource
44
---
55

6-
The goenv resource installs [goenv](https://github.com/go-nv/goenv), a Go version manager modelled after pyenv and rbenv that lets you install and switch between multiple Go versions. On macOS it is installed via Homebrew; on Linux it is cloned from GitHub into `~/.goenv`.
6+
The goenv resource installs [goenv](https://github.com/go-nv/goenv), a Go version manager modeled after pyenv and rbenv that lets you install and switch between multiple Go versions. On macOS it is installed via Homebrew; on Linux it is cloned from GitHub into `~/.goenv`.
77

88
## Parameters:
99

@@ -49,8 +49,8 @@ The goenv resource installs [goenv](https://github.com/go-nv/goenv), a Go versio
4949

5050
## Notes:
5151

52-
- On macOS, Homebrew must be installed before applying the goenv resource. The [homebrew](/docs/resources/package-managers/homebrew) resource can install it. The `mercurial` and `bison` packages are installed automatically as part of the goenv install.
53-
- On Linux, several system dependencies are required (`curl`, `git`, `mercurial`, `make`, `binutils`, `bison`, `gcc`, `build-essential`). Codify installs these automatically via the system package manager before cloning goenv.
52+
- On macOS, Homebrew must be installed before applying the goenv resource. The [homebrew](/docs/resources/package-managers/homebrew) resource can install it.
53+
- On Linux, `git` is required and installed automatically via the system package manager before cloning goenv.
5454
- On Linux, goenv is cloned to `~/.goenv` and added to `PATH` in your shell RC file. On macOS, Homebrew manages the installation path.
5555
- After applying, open a new terminal session (or source your shell RC file) for the `goenv` shims and `GOROOT`/`GOPATH` environment variables to become active.
5656
- To find available Go versions, run `goenv install --list` after installing goenv.

0 commit comments

Comments
 (0)