Skip to content

Commit 4bc82e2

Browse files
authored
Change commands for cloning the submodules
1 parent 2885441 commit 4bc82e2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ git clone --recursive git@github.com:EESSI/cvmfs-layer.git
3535
Alternatively, clone this repository first, and init and update the required submodules later:
3636
```
3737
git clone git@github.com:EESSI/cvmfs-layer.git
38-
cd cvmfs-layer/roles
39-
cd cvmfs
40-
git submodule init
41-
git submodule update
42-
cd ../geerlingguy.repo-epel
38+
cd cvmfs-layer
4339
git submodule init
4440
git submodule update
4541
```

0 commit comments

Comments
 (0)