Skip to content

Commit

Permalink
docs: Update config guideline for run-time modules to use `configurat…
Browse files Browse the repository at this point in the history
…ion.yml` rather than `config.yml`
  • Loading branch information
fiftydinar authored Oct 16, 2024
1 parent 5cdfb9e commit 7b1775e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ System & local-user config is not there just for users, it is also directly util

#### Config Example

System config (`/usr/share/bluebuild/default-flatpaks/config.yml`):
System config (`/usr/share/bluebuild/default-flatpaks/configuration.yml`):

```yaml
# Information about the config file
Expand All @@ -155,7 +155,7 @@ user:
- org.gnome.World.Secrets
```
Local-user config (`/etc/bluebuild/default-flatpaks/config.yml`):
Local-user config (`/etc/bluebuild/default-flatpaks/configuration.yml`):

```yaml
# Information about the config file
Expand Down

0 comments on commit 7b1775e

Please sign in to comment.