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

docs installation.md: describe how to pass options to the installer on Linux #6839

Merged
merged 3 commits into from
Sep 17, 2024

Commits on Aug 29, 2024

  1. docs installation.md: describe how to pass options to the installer…

    … on Linux
    
    I'd feel more comfortable using the installer with the instructions in this commit, since I'm uncomfortable with random scripts trying to modify my system config (PATH in this case).
    
    Currently, the installer seems to be the best way to install `uv` that allows updating it on a system without Homebrew or `pipx`. I hope somebody will provide similar instructions for Windows.
    
    I considered recommending saving the script to a file and then running that, but I think it's better to have fewer options in the instructions. Most people who'd want to save the file would figure it out.
    
    As an aside, I would personally appreciate if `uv` could be installed easily with `cargo install` or `cargo binstall`, but a friendly script that acts predictably is probably more useful for more people.
    ilyagr authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6fc2f3c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    24f4f31 View commit details
    Browse the repository at this point in the history
  2. Move and reduce scope

    zanieb committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4837a70 View commit details
    Browse the repository at this point in the history