Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Dec 5, 2024
1 parent 64ea1ca commit d9b8963
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 6 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

- [HACS](#hacs)
- [Docker](#docker)
- [Manual Installation](#manual_installation)
- [Building from source](#building_from_source)
- [Manual Installation](#manual-installation)
- [Building from source](#building-from-source)


### HACS
Expand All @@ -22,9 +22,10 @@ Installing via [HACS](https://www.hacs.xyz/) is by far the simplest:

The repository includes a sample _Docker Compose_ [`compose.yml`](https://github.com/uhppoted/uhppoted-app-home-assistant/docker/compose/compose.yml) script.

1. Copy the [`compose.yml`](https://github.com/uhppoted/uhppoted-app-home-assistant/docker/compose/compose.yml) to an _install_ folder.
2. Copy the [`configuration.yaml`](https://github.com/uhppoted/uhppoted-app-home-assistant/docker/compose/configuration.yaml) file to
the _install_ folder.
1. Copy the [`compose.yml`](https://github.com/uhppoted/uhppoted-app-home-assistant/blob/main/docker/compose/compose.yml)
to an _install_ folder.
2. Copy the [`configuration.yaml`](https://github.com/uhppoted/uhppoted-app-home-assistant/blob/main/docker/compose/configuration.yaml)
file to the _install_ folder.
3. Download and unzip the latest release of _uhppoted-app-home-assistant_ from the
[Releases](https://github.com/uhppoted/uhppoted-app-home-assistant/releases) page to the install folder.
4. Edit the `compose.yml` file as required.
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ doors and maybe a ten or so access cards - so, not a large mansion [~~or an offi
**Contents**
1. [Screenshots](#screenshots)
2. [Installation](#installation)
- [Alpha release](#alpha-release)
- [Building from source](#building-from-source)
3. [Configuration](#configuration)
- [Entities](#entities)
- [controllers](#controllers)
Expand Down Expand Up @@ -79,8 +77,8 @@ Installing via [HACS](https://www.hacs.xyz/) is by far the simplest:

Alternative installation methods are described in the [Installation Guide](INSTALL.md):
- [Docker](INSTALL.md#docker)
- [Manual installation](INSTALL.md#manual_installation)
- [Building from source](INSTALL.md#building_from_source)
- [Manual installation](INSTALL.md#manual-installation)
- [Building from source](INSTALL.md#building-from-source)

## Configuration

Expand Down

0 comments on commit d9b8963

Please sign in to comment.