mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update contribute.rst doc
$USER environment variable is no longer needed
This commit is contained in:
parent
07ccf477d0
commit
ce0723cf48
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
$ LC_ALL="C" pelican -o tests/output/custom/ -s samples/pelican.conf.py \
|
||||||
samples/content/
|
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
|
Coding standards
|
||||||
================
|
================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue