teller icon indicating copy to clipboard operation
teller copied to clipboard

Integrate Teller with Popular Windows Package Managers

Open Amoenus opened this issue 1 year ago • 0 comments

Feature Request

Is your feature request related to a problem? Please describe.

While the current manual installation process for Teller on Windows is functional, incorporating package managers like Chocolatey and winget could offer users a more seamless and integrated experience.

Describe the solution you'd like

I would like to request the inclusion of a Chocolatey, winget, and Scoop package for Teller. This would allow users to easily install and update Teller using simple commands such as:

Chocolatey:

  • Installation: choco install teller
  • Update: choco upgrade teller

winget:

  • Installation: winget install tellerops.teller
  • Update: winget upgrade tellerops.teller

Scoop:

  • Installation: scoop install teller
  • Update: scoop update teller

Offering these installation methods not only provides a smoother experience for users but also ensures that they always have access to the latest stable version.

Describe alternatives you've considered

Manual Installation: While manual installation works, it's not as streamlined or convenient as using a package manager. This method also doesn't provide automatic updates.

Amoenus avatar Oct 06 '23 05:10 Amoenus