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

Small edit to git clone command in documentation #250

Closed
fmemuir opened this issue May 16, 2024 · 2 comments
Closed

Small edit to git clone command in documentation #250

fmemuir opened this issue May 16, 2024 · 2 comments

Comments

@fmemuir
Copy link

fmemuir commented May 16, 2024

For: openjournals/joss-reviews#6683

Very minor issue, but trying to clone the repo using git clone coastseg --depth 1 https://github.com/Doodleverse/CoastSeg.git gives the error:
fatal: repository 'coastseg' does not exist
if the user has not made a folder called 'coastseg' first. Probably better to just have the command as:
git clone --depth 1 https://github.com/Doodleverse/CoastSeg.git
as a folder called 'CoastSeg' then gets created anyway.

@2320sharon
Copy link
Collaborator

Hi @fmemuir

Thank you for reviewing CoastSeg. I'll update the documentation with this change.

@2320sharon
Copy link
Collaborator

Thank you for this suggestion its much more convenient to have a single CoastSeg folder for most users. The website is now updated with the new git clone command you suggested here. I appreciate it!

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

No branches or pull requests

2 participants