Skip to content

Commit 2a32675

Browse files
authored
rename cvmfs-layer to filesystem-layer in README
1 parent ba277e6 commit 2a32675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ For the installation of all components we make use of two Ansible roles: the CVM
3030
https://github.com/galaxyproject/ansible-cvmfs), and a role for adding the EPEL repository (https://github.com/geerlingguy/ansible-role-repo-epel).
3131
Both repositories are added as a submodule inside the `roles` directory, so make sure to use the `--recursive` option when cloning this repository:
3232
```
33-
git clone --recursive git@github.com:EESSI/cvmfs-layer.git
33+
git clone --recursive git@github.com:EESSI/filesystem-layer.git
3434
```
3535
Alternatively, clone this repository first, and init and update the required submodules later:
3636
```
37-
git clone git@github.com:EESSI/cvmfs-layer.git
38-
cd cvmfs-layer
37+
git clone git@github.com:EESSI/filesystem-layer.git
38+
cd filesystem-layer
3939
git submodule init
4040
git submodule update
4141
```

0 commit comments

Comments
 (0)