Skip to content

doc: add Flox as an installation option#13219

Merged
robertsirc merged 1 commit intohelm:mainfrom
bryanhonof:main
Oct 7, 2024
Merged

doc: add Flox as an installation option#13219
robertsirc merged 1 commit intohelm:mainfrom
bryanhonof:main

Conversation

@bryanhonof
Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

Adds Flox as a method of installation.

Special notes for your reviewer:

I tested it in the following way.

$ flox init
✨ Created environment 'tmp.xOdHOTshhy' (aarch64-darwin)

Next:
  $ flox search <package>    <- Search for a package
  $ flox install <package>   <- Install a package into an environment
  $ flox activate            <- Enter the environment
  $ flox edit                <- Add environment variables and shell hooks

$ flox install kubernetes-helm
✅ 'kubernetes-helm' installed to environment 'tmp.xOdHOTshhy'
$ flox activate -- helm version
version.BuildInfo{Version:"v3.15.3", GitCommit:"v3.15.3", GitTreeState:"", GoVersion:"go1.22.5"}

If applicable:

  • this PR contains user facing changes (the docs needed label should be applied if so)
  • this PR contains unit tests
  • this PR has been tested for backwards compatibility

@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 31, 2024
@gjenkins8 gjenkins8 added the docs label Aug 7, 2024
Copy link
Copy Markdown
Member

@robertsirc robertsirc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Amending for new checks to run.

Signed-off-by: Bryan Honof <bryan@floxdev.com>
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants