Commit 24c657e5 by Stephen Turner

documentation

parent a25e6c03
......@@ -46,3 +46,25 @@ Usage
-----
See [manual page](doc/mkdssp.md) for more info. Or even better, see the [DSSP website](https://pdb-redo.eu/dssp).
Docker
------
Build the image yourself:
```bash
git clone https://github.com/PDB-REDO/dssp.git
docker build -t dssp .
```
Or pull from Docker Hub:
```bash
docker pull stephenturner/dssp && docker tag stephenturner/dssp dssp
```
Usage:
```bash
docker run --rm dssp
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment