SynBioDex / SBOL-specification

The Synthetic Biology Open Language (SBOL)
http://sbolstandard.org
14 stars 9 forks source link

Update README.md for sbol3 #396

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

The spec can be built via the jmcl/specbuild by following this recipe:

$ docker run -it --entrypoint=/bin/bash -v $(pwd):/opt/spec jmcl/specbuild
bash-4.4# cd /opt/spec
bash-4.4# pdflatex sbol3
    (lots of output)
bash-4.4# bibtex sbol3
    (lots of output)
bash-4.4# pdflatex sbol3
    (lots of output)
bash-4.4# pdflatex sbol3
    (lots of output)

# built document resides in sbol3.pdf