Skip to content
Snippets Groups Projects
Commit 8bbb4d2c authored by Michal Malý's avatar Michal Malý
Browse files

Explicitly document git command for submodule initialization

parent cc534fd8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment