Skip to content

Commit

Permalink
The documentation mentiones the '--update' flag for 'regolith install…
Browse files Browse the repository at this point in the history
…-all' command.
  • Loading branch information
Nusiq committed Jun 8, 2024
1 parent 75a20a0 commit 3858302
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/guide/installing-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ regolith install name_ninja --update

Alternatively, you can modify the `version` field in `config.json` and run `regolith install-all`. Regolith install-all is useful for working in a team, when other team members may have to update or add filters to the project.

If you want to update all filters in your project, you can use the `--update` flag with the `install-all` command.

```
regolith install-all --update
```

### Updating resolvers

When using short names for filters, Regolith uses a resolver file from a remote repository to determine the URL of the filter.
Expand Down

0 comments on commit 3858302

Please sign in to comment.