From 2163985302e1b61ae46e400a25acab9ead272fa1 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Sat, 27 Feb 2016 16:08:02 +0300 Subject: [PATCH] README.md: point download link to `latest` branch [ci skip] --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0dabb79..19af636 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Installation Using `pip `_: run ``pip install hererocks``, using ``sudo`` if necessary. -Manually: download hererocks with ``wget https://raw.githubusercontent.com/mpeterv/hererocks/0.5.0/hererocks.py``, then use ``python hererocks.py ...`` to run it. +Manually: download hererocks with ``wget https://raw.githubusercontent.com/mpeterv/hererocks/latest/hererocks.py``, then use ``python hererocks.py ...`` to run it. Usage -----