Skip to content

Commit

Permalink
[readme] Add update process
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 21, 2024
1 parent 87f3980 commit ab2bc10
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open Voice OS and HiveMind Installer

A nice, simple and intuitive way to install Open Voice OS and/or HiveMind using Bash, Whiptail _(Newt)_ and Ansible.
A nice, simple, multilingual and intuitive way to install Open Voice OS and/or HiveMind using Bash, Whiptail _(Newt)_ and Ansible.

## Quickstart

Expand All @@ -12,6 +12,10 @@ sh -c "curl -s https://raw.githubusercontent.com/OpenVoiceOS/ovos-installer/main

Then follow the instructions display on screen.

## Update

To update the current Open Voice OS instance, backup your `~/.config/mycroft/mycroft.conf` or `~/ovos/config/mycroft.conf` _(only if required)_ and re-run installer but answer **"No"** to the _"Do you want to uninstall Open Voice OS?"_ question.

## Automated install

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`.
Expand Down Expand Up @@ -40,16 +44,14 @@ Few scenarios are available as example in the [scenarios](https://github.com/Ope

![Screenshot 1](docs/images/screenshot_1.png)

![Screenshot 2](docs/images/screenshot_2.png)

![Screenshot 3](docs/images/screenshot_3.png)
![Screenshot 2](docs/images/screenshot_3.png)

![Screenshot 4](docs/images/screenshot_4.png)
![Screenshot 3](docs/images/screenshot_4.png)

![Screenshot 5](docs/images/screenshot_5.png)
![Screenshot 4](docs/images/screenshot_5.png)

![Screenshot 6](docs/images/screenshot_6.png)
![Screenshot 5](docs/images/screenshot_6.png)

![Screenshot 7](docs/images/screenshot_7.png)
![Screenshot 6](docs/images/screenshot_7.png)

![Screenshot 8](docs/images/screenshot_8.png)
![Screenshot 7](docs/images/screenshot_8.png)

0 comments on commit ab2bc10

Please sign in to comment.