Skip to content

Commit

Permalink
updated documentation for minima
Browse files Browse the repository at this point in the history
  • Loading branch information
atighineanu committed Sep 17, 2021
1 parent 1581b54 commit 2b2e637
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,25 @@ http:
To sync repositories, use `minima sync`.

To search for new MU repositories, use `minima updates -s`.

To search and sync automatically all the new MU repositories:
use `minima updates`.

To cleanup obsolete repositories, use --cleanup option. It should be ran whether with
sync or updates accordingly:
```
./minima sync --cleanup
```
or
```
./minima updates --cleanup
```
If a repository that is not specified in the minima.yaml config file will be identified,
you will be prompted to keep or delete it. If you want to automatically delete all the
repositories that are not specified in minima.yaml, run:
```
./minima sync --cleanup --auto-approve
```

## How to contribute

Expand Down

0 comments on commit 2b2e637

Please sign in to comment.