We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65205ef + ba3d46c commit b72d5b2Copy full SHA for b72d5b2
1 file changed
README.md
@@ -10,12 +10,22 @@ Module sync configurations for Vox Pupuli Modules
10
git clone https://github.com/voxpupuli/modulesync_config.git
11
cd modulesync_config
12
git checkout $(git tag --list | sort -V | tail -n1) # checkout latest tag
13
+bundle config set --local path '.vendor'
14
bundle install
15
bundle exec msync help update
16
```
17
18
## Examples
19
20
+### Clone all modules
21
+
22
+This will clone all modules into `modules/$namespace`.
23
+The namespace is set in modulesync.yml and defaults to `voxpupuli`.
24
25
+```bash
26
+bundle exec msync clone --verbose
27
+```
28
29
### module sync one specific module
30
31
```bash
0 commit comments