From 3489789cedc1f3722634ec3b825a24943e633a15 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 26 Dec 2016 09:03:09 -0500 Subject: [PATCH] Fixed Version in Installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c5717..1308924 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Example Installation on Linux git clone https://github.com/mrkmg/git-stream.git /tmp/git-stream cd /tmp/git-stream git submodule update --init --recursive - git checkout v0.4.0 + git checkout v0.4.1 make test sudo make install