From c4fc84862429523e0f40ebfe9d3cdfeec349601a Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Sat, 11 Mar 2017 12:59:33 -0800 Subject: [PATCH] Update linux download instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a67eb5..71bbd8d 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,8 @@ $ brew install dbmate Download the binary directly: ```sh -$ curl -fsSL -o dbmate https://github.com/amacneil/dbmate/releases/download/v1.2.1/dbmate-linux-amd64 -$ chmod +x dbmate -$ mv dbmate /usr/local/bin +$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.2.1/dbmate-linux-amd64 +$ sudo chmod +x /usr/local/bin/dbmate ``` **Heroku**