Add binary download links to readme
This commit is contained in:
parent
c9e04190c6
commit
4cfdce2db7
13
README.md
13
README.md
@ -12,10 +12,13 @@
|
|||||||
## Usage
|
## Usage
|
||||||
There is a few different ways of getting it:
|
There is a few different ways of getting it:
|
||||||
|
|
||||||
#### 1. Binary
|
### 1. Binary
|
||||||
There will be binary releases.
|
- **[Windows (x64)](https://github.com/khlieng/dispatch/releases/download/v0.1/dispatch_windows_amd64.zip)**
|
||||||
|
- **[OS X (x64)](https://github.com/khlieng/dispatch/releases/download/v0.1/dispatch_darwin_amd64.tar.gz)**
|
||||||
|
- **[Linux (x64)](https://github.com/khlieng/dispatch/releases/download/v0.1/dispatch_linux_amd64.tar.gz)**
|
||||||
|
- [Other versions](https://github.com/khlieng/dispatch/releases)
|
||||||
|
|
||||||
#### 2. Go
|
### 2. Go
|
||||||
This requires a [Go environment](http://golang.org/doc/install).
|
This requires a [Go environment](http://golang.org/doc/install).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -29,7 +32,7 @@ To get some help run:
|
|||||||
dispatch help
|
dispatch help
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 3. Docker
|
### 3. Docker
|
||||||
```bash
|
```bash
|
||||||
docker run -p <http port>:80 -p <https port>:443 -v <path>:/data khlieng/dispatch
|
docker run -p <http port>:80 -p <https port>:443 -v <path>:/data khlieng/dispatch
|
||||||
```
|
```
|
||||||
@ -44,7 +47,7 @@ go install
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Client
|
### Client
|
||||||
This requires [Node.js](https://nodejs.org/download/).
|
This requires [Node.js](https://nodejs.org).
|
||||||
|
|
||||||
Fetch the dependencies:
|
Fetch the dependencies:
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user