Skip to content
New issue

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

minor documentation issue: need to "git clone" for themisto installation instructions to work #34

Open
rohanmaddamsetti opened this issue Apr 3, 2024 · 0 comments

Comments

@rohanmaddamsetti
Copy link

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant