Skip to content

Commit

Permalink
Added install info
Browse files Browse the repository at this point in the history
  • Loading branch information
denandz committed Oct 4, 2020
1 parent 7e93239 commit 7fe0423
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The idea is to provide a CLI based tool for when you wanna-look-at-this-thing-re

![page switching](./gif/glorp.gif)

## Install

Install can be done with `git clone` and `go build/install`, or by using one of the binaries available on the releases page.

Alternatively, to run under docker, clone this repository and:

```
docker build -tglorp .
docker run -p 8080:8080 --rm -it glorp
```

## Command Line Flags

```
Expand Down Expand Up @@ -154,4 +165,4 @@ RUN cd /opt/squid && make -j4 && make install
# sort the log file dir perms and create the ssl junk
RUN chown nobody /usr/local/squid/var/logs/
RUN /usr/local/squid/libexec/security_file_certgen -c -s /var/lib/ssl_db -M 4MB
```
```

0 comments on commit 7fe0423

Please sign in to comment.