mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
Fix link to pip in index
This commit is contained in:
parent
b2836da704
commit
307ea3ab7a
1 changed files with 1 additions and 1 deletions
2
index.md
2
index.md
|
|
@ -47,7 +47,7 @@ shockingly simple if you know a little Python.
|
|||
[writing]: http://beets.readthedocs.org/page/dev/plugins.html
|
||||
|
||||
<p class="teaser">Install beets by typing
|
||||
<code><a href="http://pip.openplans.org/">pip</a> install beets</code>.
|
||||
<code><a href="http://www.pip-installer.org/">pip</a> install beets</code>.
|
||||
You might then want to read the
|
||||
<a href="http://beets.readthedocs.org/page/guides/main.html">Getting
|
||||
Started</a> guide. Then follow
|
||||
|
|
|
|||
Loading…
Reference in a new issue