From ff368c7fc97fd59e92aa8ad925ee77ae95aa41fc Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 15 May 2020 15:27:13 +0100 Subject: [PATCH] Added submodule clone to instrutions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f02cfc5..c97bd772 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Full developer documentation can be found on [**ReadTheDocs**](https://openflexu This includes installing the server in a mode better suited for active development. ## Installation +* `git clone --recurse-submodules https://gitlab.com/openflexure/openflexure-microscope-server.git` * `poetry install` * `poetry run build`