README.rst is missing instructions and submodule init fails
- There seem to be some syntax issues in the
README.rstfile, GitLab does not render the code-blocks. - The instruction
git submodule update --initis missing, so I got the errorFileNotFoundError: [Errno 2] No such file or directory: './lib/mxgraph/javascript/examples/grapheditor/www/deflate/pako.min.js' - The file
.gitmodulescontains the URLgit@github.com:jgraph/mxgraph.gitbut that requires authentication and results in the errorPermission denied (publickey). fatal: Could not read from remote repository.but the public URL of that repositoryhttps://github.com/jgraph/mxgraph.gitworks fine. After it had failed, I replaced that URL in.gitmodulesbut had to replace it in the (tainted) file.git/configas well to get it working.