From a4bdf37fbc2ef7bc69416aaab0521efc4988f822 Mon Sep 17 00:00:00 2001 From: Danielle Callan Date: Tue, 7 Jan 2025 11:34:18 -0500 Subject: [PATCH] add Docker Desktop link to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a1ecb212..26e1add3e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ HyPhy is an open-source software package for the analysis of genetic sequences u #### Running with Docker You can also run HyPhy without having to install it on your system using the provided Dockerfile. Following the below instructions starts an interactive Docker container where HyPhy is already available. +If you don't have Docker installed, first look at [Docker Desktop](https://docs.docker.com/desktop/). + **Please note you must change this code snippet to point to the appropriate location for your input data. This will be made available inside the container at `/hyphy/data`.** ```