From 1a75fa65b371b76cd0f447f807f38bfcdcc518a5 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Wed, 16 Mar 2016 14:00:00 -1000 Subject: [PATCH] Modify git clone URL so anyone can clone the repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e078a17..00a608a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Installation 1. Download the python-rtmbot code - git clone git@github.com:slackhq/python-rtmbot.git + git clone https://github.com/slackhq/python-rtmbot.git cd python-rtmbot 2. Install dependencies ([virtualenv](http://virtualenv.readthedocs.org/en/latest/) is recommended.)