From e008b91c924d2778649424e9d8ce3c02f04a149d Mon Sep 17 00:00:00 2001 From: jmkdev Date: Thu, 28 Jul 2022 11:37:22 -0400 Subject: [PATCH] Update index.md (#78) --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```