From dfe2a20b77b772ee85a1a4e13bdd23ca1445e4cd Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Sat, 14 May 2016 13:27:49 +0500 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Getting-Started.md b/Getting-Started.md index 06f8ecc..7ca52fb 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -1,3 +1,4 @@ + First, download the latest Gor binary from https://github.com/buger/gor/releases (we provide precompiled binaries for Linux x64 and Mac OS), or you can compile by yourself [[Compilation]]. Once the archive is downloaded and uncompressed, you run Gor from the current directory, or you may want to copy binary to your PATH (for Linux and Mac OS it can be `/usr/local/bin`). Examples below will assume that you are running Gor from the current directory.