diff --git a/README.md b/README.md index 4843bd4..a5e9541 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 -``` \ No newline at end of file +```