From 16d4c39a21bb838a5d88f723a244ab5109b275f1 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sat, 11 Feb 2023 09:53:09 +0100 Subject: [PATCH] add end-of-life notification --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d53d896..6f6ada1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ # webfuse-example Example of webfuse. +**Note:** This repository refers to [webfuse-legacy](https://github.com/falk-werner/webfuse/tree/webfuse-legacy). +Since `webfuse-legacy` is out-dated, the repository is archived and will be removed in future. +_Please leave an issue if you are still interested in this code._ + ## Build docker build --rm --build-arg "USERID=`id -u`" --tag webfuse .