From d49af9f96317bb0810c505922002dfb22c4a21ae Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 6 Feb 2016 16:25:20 +0100 Subject: [PATCH] Fix: Missing link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0faf7ab..c23b121 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Luzifer / envrun -`envrun` is a small helper utility I wrote for myself to debug programs and scripts during their development expecting environment variables to be set to special values. Sure there is [gin]() for go webservers doing the same but I wanted something also for commandline utilities. +`envrun` is a small helper utility I wrote for myself to debug programs and scripts during their development expecting environment variables to be set to special values. Sure there is [gin](https://github.com/codegangsta/gin) for go webservers doing the same but I wanted something also for commandline utilities. It reads a `.env` file (configurable) from the current directory and then either takes its own environment variables or a clean set and adds the env variables found in `.env` to it. The resulting set is passed to the command you put as arguments to `envrun`.