Skip to content

Commit

Permalink
[readme] Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 25, 2023
1 parent 1090eee commit 85553cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Then follow the instructions display on screen.

## Automated install

The installer supports a non-interactive *(automated)* process of installation by using a scenario file, this file must be created under `~/.config/ovos-installer/` directory and should be named `scenario.yaml`.
The installer supports a non-interactive *(automated)* process of installation by using a scenario file, this file must be created under the `~/.config/ovos-installer/` directory and should be named `scenario.yaml`.


Here is an example of scenario to install Open Voice OS within Docker containers on a Raspberry Pi 4B with default skills and GUI support.
Here is an example of a scenario to install Open Voice OS within Docker containers on a Raspberry Pi 4B with default skills and GUI support.

```shell
mkdir -p ~/.config/ovos-installer
Expand All @@ -34,7 +34,7 @@ share_telemetry: true
EOF
```

Few scenarios are available as example in the `scenarios` directory of this repository.
Few scenarios are available as example in the [scenarios](https://github.com/OpenVoiceOS/ovos-installer/tree/main/scanerios) directory of this repository.

## Screenshots

Expand Down

0 comments on commit 85553cd

Please sign in to comment.