diff --git a/docs/index.md b/docs/index.md index 64c17f9f..349a43e4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ To install ro.py from PyPI, you can install with pip: pip install roblox ``` -To install ro.py from git, install [git-scm](https://git-scm.com/downloads) and run the following: +To install ro.py from git, run the following: ``` -pip install git+git://github.com/ro-py/ro.py.git +pip install https://github.com/ro-py/ro.py ```