We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the installation instructions, the first step is: git submodule update --init --recursive
However, this does not work if I click the github link to download the latest release as a zipped directory, because .git does not exist in this case!
In order to install, I have to: git clone https://github.com/algbio/themisto.git
and then, this works correctly: git submodule update --init --recursive
It would be great if you could document this in the README so that others can install themisto without trouble :-)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the installation instructions, the first step is:
git submodule update --init --recursive
However, this does not work if I click the github link to download the latest release as a zipped directory, because .git does not exist in this case!
In order to install, I have to:
git clone https://github.com/algbio/themisto.git
and then, this works correctly:
git submodule update --init --recursive
It would be great if you could document this in the README so that others can install themisto without trouble :-)
The text was updated successfully, but these errors were encountered: