From 072ec79b51cb4af45b168bf6f73941d1de94c8ae Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 28 Feb 2021 20:41:21 +0100 Subject: Added full config documentation, Splitting original README in multiple doc pages --- docs/disclaimer.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/disclaimer.rst (limited to 'docs/disclaimer.rst') diff --git a/docs/disclaimer.rst b/docs/disclaimer.rst new file mode 100644 index 0000000..9e32b28 --- /dev/null +++ b/docs/disclaimer.rst @@ -0,0 +1,13 @@ +Disclaimer +========== + +Environement variables +---------------------- + +This test only gives the ``PATH`` and ``TERM`` environment variables to your minishell by default (see :ref:`config env`). + +You can test this quickly with :option:`--try`. + +.. warning:: + Please check that your project still work with this environment before creating an issue or messaging me on Slack. + -- cgit