Compile a document - michal-h21/biblatex-iso690 GitHub Wiki
This section introduces the typical use case of compiling a document accompanied with a biblatex package generally. In order to compile your <document>, run:
latex <document>[.tex]
biber <document>[.bcf]
latex <document>[.tex]More details and an explanation of the compiling procedure can be found right in the biblatex documentation.