From 6d0e5ba8cabaab8ef7f0b142162d69082e08b78a Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Fri, 17 Mar 2023 11:06:46 -0400 Subject: [PATCH] Change to GitHub --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index b5a6cea0e..e7f5cc600 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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``