From 84a860c083c5e3c5fe71c7565371ee4a009a5711 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sat, 11 Feb 2023 09:55:05 +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 cdc0c15..24f56c4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ webfuse combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets. +**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 and run To install dependecies, see below.