diff --git a/README.md b/README.md index 69f6a9a6..ca8bf7cd 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,12 @@ Distributed GPU-accelerated algorithms enable real-time interactive exploration ### Preparing your environment (optional) A launch script, `launch.sh`, is provided to perform all tasks. -First, you may want to customize your environment if you'd like to customize your container, push it up to your own repo, -or store your data in a custom location. If this doesn't apply, then you might just use the deafults and jump to "Getting Started"! -To customize your local environment, edit the appropriate section of `launch.sh` or provide `~/.cheminf_local_environment` file with the following information. +#### Customization + +The environment can be customized for control of the container, to create your own repo, or to store the data in a custom location. However, if this is not needed, +skip to [Getting Started](#getting-started) to use the defaults. + +To customize your local environment, edit the appropriate section of `launch.sh` or provide a `~/.cheminf_local_environment` file with the following information below. To generate a template for `.cheminf_local_environment`, just run `./launch.sh` with no arguments. If `.cheminf_local_environment` does not exist, then a template will be written for you.