Skip to content

Commit 384e9b2

Browse files
committed
Merge branch 'refactor-esgf' of https://github.com/ESGF/esg-publisher into refactor-esgf
2 parents 31938d1 + eef2c97 commit 384e9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ To install esgcet by cloning our github repository (useful if you want to modiy
3434

3535
git clone http://github.com/ESGF/esg-publisher.git
3636
cd esg-publisher
37-
git checkout refactor-esgf # NOTE this is a temporary fix.
37+
git checkout refactor-esgf # NOTE this is a temporary fix prior to a merge into the master branch
3838
cd src/python
3939
pip install -e . # You can modify the source in place
40-
esgpublish --version # check v5.2.0 has
40+
esgpublish --version # check v5.2.0 has been installed
4141

4242
Now you will be able to call all commands in this package from any directory. A default config file, ``esg.yaml`` will populate in ``$HOME/.esg`` where ``$HOME`` is your home directory.
4343

0 commit comments

Comments
 (0)