From 201a55bd6afb9533247b2a6f79a71c405f02aa2e Mon Sep 17 00:00:00 2001 From: henrik242 Date: Thu, 11 Jan 2024 14:37:22 +0100 Subject: [PATCH] Add install guide --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index deac215..974b17d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ procenv ------- - Show process environment variables +Installation +------------ +Just run `make` or install with Homebrew/Linuxbrew: +``` +$ brew install henrik242/brew/procenv +``` + History ------- `procenv` is based on functionality from https://github.com/time-killer-games/xproc. Thanks!