From 44360d7d7e18b390a8db58683b3c0387340a0537 Mon Sep 17 00:00:00 2001 From: Adam Barry Date: Tue, 13 Dec 2016 09:33:18 -0800 Subject: [PATCH] Updates download link for 0.13.6 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8cdffbd9..dbc8ed8ad 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Once you have at least the requirements installed, you can install Terminus via Run this in this in your terminal client: ```bash -curl https://github.com/pantheon-systems/terminus/releases/download/0.x/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus +curl https://github.com/pantheon-systems/terminus/releases/download/0.13.6/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus ``` ####Installing with Composer