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.