From e1630a7654c0f518025f560b4db504207b7fc1ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= <marcus.schaefer@gmail.com>
Date: Wed, 11 Oct 2023 08:09:23 +0200
Subject: [PATCH] Update documentation

Package location has changed
---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8625282..9010ffb 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,12 @@ OCI container or a FireCracker VM. There are two main components:
 ## Installation <a name="installation"/>
 
 flake-pilot components are written in rust and available as packages
-here: https://build.opensuse.org/package/show/home:marcus.schaefer:delta_containers/flake-pilot
+for SUSE ALP as follows:
+
+```bash
+zypper addrepo https://download.opensuse.org/repositories/home:/marcus.schaefer:/EOS/ALP/
+zypper install flake-pilot flake-pilot-podman flake-pilot-firecracker
+```
 
 Manual compilation and installation can be done as follows: