From fd416ad57535c443971f210bf2360a84507c2409 Mon Sep 17 00:00:00 2001 From: paulbusse <38787377+paulbusse@users.noreply.github.com> Date: Thu, 6 Oct 2022 08:49:51 +0200 Subject: [PATCH] Update deploy.md --- docs/deploy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deploy.md b/docs/deploy.md index 2f30789..c46b488 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -16,14 +16,14 @@ If you are upgrading you can skip steps 3, 4 and 6. You may want to look at step ## Step 1: Download the source -_Last changes: version 22.7_ +_Last changes: version 22.8_ You can download the source here -* [ZIP file](https://github.com/paulbusse/Hamok/archive/refs/tags/v22.7.zip) -* [Compressed tarball(.tgz)](https://github.com/paulbusse/Hamok/archive/refs/tags/v22.7.tar.gz) +* [ZIP file](https://github.com/paulbusse/Hamok/archive/refs/tags/v22.8.zip) +* [Compressed tarball(.tgz)](https://github.com/paulbusse/Hamok/archive/refs/tags/v22.8.tar.gz) -You should now have a file `Hamok-v22.7.[zip|tar.gz]`in your current directory. Unpack this archive where you want to install Hamök. I install it in the home directory of my `homeassistant`account. +You should now have a file `Hamok-v22.8.[zip|tar.gz]`in your current directory. Unpack this archive where you want to install Hamök. I install it in the home directory of my `homeassistant`account. The rest of this guide assumes that you are located in the top directory of the code.