Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr265 committed Jun 17, 2021
1 parent 3e61368 commit d5d375e
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,20 @@ Loadcat is an Nginx configurator that allows you to use Nginx as a load balancer

## Installation

### Arch Linux
### Docker Image

Install Loadcat using a pre-built .pkg file:
Install Loadcat using Docker:

~~~
$ wget https://github.com/hjr265/loadcat/releases/download/v0.1-alpha.1/loadcat-0.1_alpha.1-1-x86_64.pkg.tar.xz
# pacman -U loadcat-0.1_alpha.1-1-x86_64.pkg.tar.xz
~~~

Or, from AUR using Yaourt:

~~~
$ yaourt loadcat
~~~

Or, manually:

~~~
$ git clone https://aur.archlinux.org/loadcat.git
$ cd loadcat
$ makepkg
# pacman -U loadcat-0.1_alpha.1-1-x86_64.pkg.tar.xz
# docker run -p 26590:26590 -p 80:80 -p 443:443 loadcat/base:v0.1.0
~~~

### From Source

Install Loadcat using the go get command:
Install Loadcat using the `go install` command:

```
$ go get github.com/hjr265/loadcat/cmd/loadcatd
$ go install github.com/hjr265/loadcat/cmd/loadcatd
```

## Usage
Expand Down

0 comments on commit d5d375e

Please sign in to comment.