From 8bbb4d2c9d48a295215cb7ff6c01baa46059f2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Mal=C3=BD?= <malym@ibt.cas.cz> Date: Tue, 7 Dec 2021 09:53:26 +0100 Subject: [PATCH] Explicitly document git command for submodule initialization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5110344..a5dedbd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ WatNA is a dependent project of [Watlas-index](https://gitlab.cesnet.cz/madcatxs ### Dependencies -WatNA depends on a custom [Molstar plugin](https://github.com/MadCatX/molstar/tree/watlas) to display structures. This plugin is provided as a git submodule. Once the submodule has been initialized, a utility script `./build_molstar.sh` can be used to build and install the plugin. Note that [npm](https://www.npmjs.com/) must be installed in order to build Molstar. +WatNA depends on a custom [Molstar plugin](https://github.com/MadCatX/molstar/tree/watlas) to display structures. This plugin is provided as a git submodule. Once the submodule has been initialized with `git submodule update --init`, a utility script `./build_molstar.sh` can be used to build and install the plugin. Note that [npm](https://www.npmjs.com/) must be installed in order to build Molstar. ### Data -- GitLab