Skip to content

Commit

Permalink
CPC_HOME had changed name to CPC_CONF_HOME.
Browse files Browse the repository at this point in the history
  • Loading branch information
imanp committed Oct 26, 2015
1 parent f448b0b commit 5fad536
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ Downloading Copernicus
Copernicus can be downloaded from our public git repository. To download the source
, use the following command ``https://github.com/gromacs/copernicus.git``

Set the *CPC_HOME* environment variable to the location where copernicus is installed
Set the *CPC_CONF_HOME* environment variable to the location where copernicus is installed

* On UNIX/Linux systems this is usually done with ``export CPC_HOME=path/to/cpc``
* On UNIX/Linux systems this is usually done with ``export CPC_CONF_HOME=path/to/cpc``

* Now add *CPC_HOME* to your *PATH* variable. On UNIX/Linux systems this is
usually done with ``export PATH=$PATH:$CPC_HOME``
* Now add *CPC_CONF_HOME* to your *PATH* variable. On UNIX/Linux systems this is
usually done with ``export PATH=$PATH:$CPC_CONF_HOME``

You should preferably but this in the startup file of your shell. Otherwise you will
have to do this everytime you open up a terminal.
Expand Down

0 comments on commit 5fad536

Please sign in to comment.