Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation with winget #498

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 29, 2023

  1. Add installation with winget

    The winget is an official package manager on Windows, see
    https://learn.microsoft.com/en-gb/windows/package-manager/winget/
    
    The winget does not require to be Run as Administrator, but it helps
    to enable links in order to avoid polluting `PATH`with numerous entries.
    Administrator can create links to executables in common location of
    `$env:USERPROFILE\AppData\Local\Microsoft\WinGet\Links`
    
    From microsoft/winget-pkgs#99059 (comment)
    
    > When in user mode, winget isn't always able to create symlinks.
    > When it can't create a symlink, it should still add the install directory
    > to the path (aka "Path cramming"). This is why the command line alias
    > should still work, even if the symlink isn't present
    mloskot committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c7268cb View commit details
    Browse the repository at this point in the history