Skip to content

Commit b72d5b2

Browse files
authored
Merge pull request #971 from bastelfreak/install
README.md: Clarify getting-started documentation
2 parents 65205ef + ba3d46c commit b72d5b2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,22 @@ Module sync configurations for Vox Pupuli Modules
1010
git clone https://github.com/voxpupuli/modulesync_config.git
1111
cd modulesync_config
1212
git checkout $(git tag --list | sort -V | tail -n1) # checkout latest tag
13+
bundle config set --local path '.vendor'
1314
bundle install
1415
bundle exec msync help update
1516
```
1617

1718
## Examples
1819

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+
1929
### module sync one specific module
2030

2131
```bash

0 commit comments

Comments
 (0)