From 692b7c28e4fd0d8cc96d72f31edaef0fefab83d4 Mon Sep 17 00:00:00 2001 From: Matt <32581276+mehandes@users.noreply.github.com> Date: Sun, 15 Oct 2017 19:57:35 +0200 Subject: [PATCH] Additional installation method Added method utilizing Nix package manager --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a24ac88..92ae5f6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ If you have Go installed on your computer just run `go get`. If you're on OS X, use [Homebrew](http://brew.sh/) to install (no Go required). brew install https://raw.githubusercontent.com/EricChiang/pup/master/pup.rb + +If you're on NixOs, or using [Nix](https://nixos.org/nix/). + + nix-env -i pup ## Quick start