Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Readme: Correct path for config (#70)
Browse files Browse the repository at this point in the history
Fix incorrect path in readme, the following configs are tried:

- `.../ovos_local_backend/ovos_backend.conf`
- `/etc/ovos_backend/ovos_backend.conf`
- `$HOME/.config/ovos_backend/web_cache.json`
- `$HOME/.config/ovos_backend/ovos_backend.conf`
- `/etc/xdg/ovos_backend/ovos_backend.conf`
- `/etc/xdg/xdg-gnome/ovos_backend/ovos_backend.conf`
- `$HOME/.ovos_backend/ovos_backend.conf`
  • Loading branch information
forslund authored Jul 15, 2023
1 parent 4a9c213 commit 4c3b5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can use this backend as a STT server proxy via [ovos-stt-plugin-server](http

## Configuration

configure backend by editing/creating ```~/.config/mycroft/ovos_backend.conf```
configure backend by editing/creating ```~/.config/ovos_backend/ovos_backend.conf```


```json
Expand Down

0 comments on commit 4c3b5b8

Please sign in to comment.