From 907fee9158f650f7527ded83020380a2ed683a07 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Wed, 28 Sep 2011 14:56:09 +0200 Subject: [PATCH] version 0.0.1 --- README.md | 5 ++++- VERSION | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/README.md b/README.md index b7dabbf..672cb9b 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,7 @@ You like more more than less? (I cannot understand, but it is your choice) $PAGER = 'more' # forces pager to use more pager { puts "Hello World!" } -If you have set PAGER in your Processenvironment (`/etc/profile` or ~/.profile ...) this PAGER will be used. +If you have set `PAGER` in your Processenvironment (`/etc/profile` or `~/.profile` ...) this `PAGER` will be used. + + PAGER=more + export PAGER diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..8acdd82 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.1