Skip to content

Commit

Permalink
Merge pull request #1 from NVIDIA/michelle/updates
Browse files Browse the repository at this point in the history
Minor revisions to README
  • Loading branch information
abestern authored Sep 30, 2020
2 parents 13ecb22 + 3f33c61 commit 66ef60b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 66ef60b

Please sign in to comment.