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

Error on getting started documentation page. #562

Open
ledm opened this issue Sep 21, 2022 · 0 comments
Open

Error on getting started documentation page. #562

ledm opened this issue Sep 21, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@ledm
Copy link
Contributor

ledm commented Sep 21, 2022

Just starting my first attempt to use COAsT and I found an error on the getting started page:

https://british-oceanographic-data-centre.github.io/COAsT/docs/getting-started/

The second wget command is:

wget -c https://github.com/British-Oceanographic-Data-Centre/COAsT/archive/refs/heads/master.zip && unzip COAsT-master.zip

It downloads master.zip, but tried to unzip COAsT-master.zip.

This should be:

wget -c https://github.com/British-Oceanographic-Data-Centre/COAsT/archive/refs/heads/master.zip && unzip master.zip

I also noticed that the conda environment creation command is

conda env update --prune --file environment.yml 

I'm no expert here, but I would have thought a firtst time user should create the environment, not update it:

conda env create --file environment.yml 

Though it's quite possible it doesn't matter.

@jpolton jpolton added documentation Improvements or additions to documentation good first issue Good for newcomers labels Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants