Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ The program can also be installed via the SWI-Prolog pack system.
Just start SWI and type:

?- pack_install('biomake').

Use via Docker
--------------

An alternative to installing biomake is to run it via Docker:

`docker run -v $PWD:/work -w /work --rm -ti evoldoers/biomake biomake [OPTIONS] [TARGETS]`

Command-line
------------
Expand Down