We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0480d51 commit c9d8bacCopy full SHA for c9d8bac
CONTRIBUTING.md
@@ -143,7 +143,7 @@ conda env create -f environment.yml -n esmvaltool_tutorial
143
```
144
145
To install the required ruby packages, run the following command in the tutorial's
146
-main directory to build and serve the website locally.:
+main directory to build and serve the website locally:
147
```bash
148
make serve
149
environment.yml
@@ -1,7 +1,6 @@
1
-name: tutorial_short
+name: esmvaltool_tutorial
2
channels:
3
- conda-forge
4
- - defaults
5
dependencies:
6
- gxx_linux-64
7
- rb-nokogiri
0 commit comments