Skip to content

Commit

Permalink
Add install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury2269 committed Nov 15, 2018
1 parent fbf59fd commit e4c11d3
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.exe
sqsmover
.idea
.idea
dist
15 changes: 11 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,23 @@ source queue. It hasn't been thoroughly tested, please **use at your own risk**
as needed.


## Installing
## Installation

Download and intall Go https://golang.org/dl/
On macOS, Linux, or OpenBSD run the following:

Install binary with dependencies using the following command:
```
curl https://raw.githubusercontent.com/mercury2269/sqsmover/master/install.sh | sh
```

Note that you may need to run the `sudo` version below, or alternatively chown `/usr/local`:
```
go get -u github.com/mercury2269/sqsmover/...
curl https://raw.githubusercontent.com/mercury2269/sqsmover/master/install.sh | sudo sh
```

On Windows download [binary](https://github.com/mercury2269/sqsmover/releases).

After downloading, rename binary file 'sqsmover.exe', then add to PATH.

## Configuring Credentials
Before using the sqsmover ensure that you've configured credentials. The best
way to configure credentials on a development machine is to use the
Expand Down
Loading

0 comments on commit e4c11d3

Please sign in to comment.