From 49e27b2d068abb886624e29834faffe9217f9c4f Mon Sep 17 00:00:00 2001 From: Tomas Nozicka Date: Mon, 1 Feb 2016 17:24:55 +0100 Subject: [PATCH] Release v1.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17ffe83..1fca03a 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ This tool is ideal for use without polluting you environment with dependencies. ## Installation wget ```bash -wget https://github.com/tnozicka/goenvtemplator/releases/download/v0.0.1-rc1/goenvtemplator-amd64 -O /usr/local/bin/goenvtemplator +wget https://github.com/tnozicka/goenvtemplator/releases/download/v1.0.0/goenvtemplator-amd64 -O /usr/local/bin/goenvtemplator chmod +x /usr/local/bin/goenvtemplator ``` Dockerfile ```Dockerfile -ADD https://github.com/tnozicka/goenvtemplator/releases/download/v0.0.1-rc1/goenvtemplator-amd64 /usr/local/bin/goenvtemplator +ADD https://github.com/tnozicka/goenvtemplator/releases/download/v1.0.0/goenvtemplator-amd64 /usr/local/bin/goenvtemplator RUN chmod +x /usr/local/bin/goenvtemplator ```