update contribute.rst doc

$USER environment variable is no longer needed
This commit is contained in:
Bruno Binet 2012-11-24 00:48:47 +01:00
commit ce0723cf48

View file

@ -56,7 +56,7 @@ To do so, you can use the following two commands::
$ LC_ALL="C" pelican -o tests/output/custom/ -s samples/pelican.conf.py \
samples/content/
$ LC_ALL="C" USER="Dummy Author" pelican -o tests/output/basic/ samples/content/
$ LC_ALL="C" pelican -o tests/output/basic/ samples/content/
Coding standards
================