Skip to content

Distribute dnvm via Homebrew #338

Description

@lbussell

I like dnvm, and I use it to manage my .NET installations. It would be easier for me to use if I could install it via Homebrew/brew bundle.

The first step would be to create a homebrew tap in the dn-vm org. This would be something like dn-vm/homebrew-dnvm .

This would allow dnvm to be installed with any of the following methods:

  • brew tap dn-vm/dnvm && brew install dnvm
  • brew install dn-vm/dnvm/dnvm
  • brew bundle, with the following Brewfile contents:
    tap "dn-vm/dnvm"
    brew "dnvm"
    

For more details: see "How to Create and Maintain a Tap".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions