github.com/wtsi-hgi/go-softpack-builder@v1.8.1/build/usage.tmpl (about)

     1  # Usage
     2  
     3  To use this environment, run:
     4  
     5  ```
     6  module load {{ . }}
     7  ```
     8  
     9  This will usually add your desired software to your PATH. Check the description
    10  of the environment for more information, which might also be available by
    11  running:
    12  
    13  ```
    14  module help {{ . }}
    15  ```