Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
Chore: improve the README
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Jun 2, 2022
1 parent 168de5c commit 4be0a3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Each host is running a set of microservices – ideally, all of them – via `sy
- Liveness is monitored by [Better Uptime](https://betteruptime.com/), see also the «Heartbeat» sections in the `README`s
- Logs are handled by `journald`
- Configuration is synced by [Syncthing](https://syncthing.net/)
- Deployments are automated with GitHub Actions, [`cross`](https://github.com/cross-rs/cross) and [Tailscale](https://tailscale.com/)
- Deployments are [automated](.github/workflows/publish.yaml) with GitHub Actions, [`cross`](https://github.com/cross-rs/cross) and [Tailscale](https://tailscale.com/)

Everything's using a free tier. 😉

## Available microservices

Expand All @@ -35,6 +37,8 @@ Each host is running a set of microservices – ideally, all of them – via `sy

For Raspberry Zero W you can grab the binaries from the [releases](https://github.com/eigenein/rusty-home/releases).

Otherwise, build them with `cargo`:

```shell
# Choose which binaries you'd like to install.
cargo install --git https://github.com/eigenein/rusty-home.git --locked rusty-tractive rusty-tado
Expand Down

0 comments on commit 4be0a3b

Please sign in to comment.