Change to GitHub

This commit is contained in:
Alok Saboo 2023-03-17 11:06:46 -04:00
parent 53911c74dd
commit 6d0e5ba8ca

View file

@ -137,7 +137,7 @@ it's helpful to run on the "bleeding edge". To run the latest source:
``pip uninstall beets``.
2. Install from source. Choose one of these methods:
- Directly from github using
- Directly from GitHub using
``python -m pip install git+https://github.com/beetbox/beets.git`` command. Depending on your system, you may need to use ``pip3`` and ``python3`` instead of ``pip`` and ``python`` respectively.
- Use ``pip`` to install the latest snapshot tarball. Type:
``pip install https://github.com/beetbox/beets/tarball/master``