cedadev / padocc

Other
0 stars 0 forks source link

Setting/activating environment variables in config file #32

Open efisher008 opened 2 months ago

efisher008 commented 2 months ago

A couple of quick suggestions for the 'Getting Started' page at https://cedadev.github.io/padocc/start.html:

  1. For specifying environment variables please remove the spaces in the example text (below). This caused Bash to interpret them as separate arguments and might be confusing for users simply copying the example.
image
  1. It would be worth explicitly stating that you need to run/execute the config file in order to set the environment variables (e.g. using the command . config <config_file.sh>), which would be useful for beginner shell users.
dwest77a commented 2 months ago

Another suggestion for addition: Add the environment variable declarations to your .bashrc if preferrable.