diff --git a/README.md b/README.md index bc5ec50..c3d1fb5 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,16 @@ In a tree with multiple git repositories: ``` - to create the same env on a different computer: ```shell - $ git listall -o -r > repos.lst + $ git listall -r > repos.lst ``` move the `repos.lst` to the target machine and: ```shell $ git cloneall repos.lst ``` +- to update the repository list with new repos: + ```shell + $ git listall -r repos.lst >> repos.lst + ``` ## License