summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-24 10:58:07 -0700
committerAndrew Godwin2022-11-24 10:58:07 -0700
commit0c8897a2b5fd9ee3a6d81c19f4c4fa37b2f9d37e (patch)
tree055e4bb0b8792fc7efb6b580684e59faf7d3da1c /docs
parent121abbcd57a8c72a64c1a8048047d2730fadef02 (diff)
downloadtakahe-0c8897a2b5fd9ee3a6d81c19f4c4fa37b2f9d37e.tar.gz
takahe-0c8897a2b5fd9ee3a6d81c19f4c4fa37b2f9d37e.tar.bz2
takahe-0c8897a2b5fd9ee3a6d81c19f4c4fa37b2f9d37e.zip
Fixed #43: Easier clone link
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 164f5a5..cbf145f 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -36,7 +36,7 @@ Direct installation
Takahē requires Python 3.10 or above, so you'll need that first. Clone the repo::
- git clone git@github.com:jointakahe/takahe
+ git clone https://github.com/jointakahe/takahe/
Then, ``cd`` into that directory and create and activate a virtual environment
(you can use other options, but this is the basic example)::