From 8b75586be5380051001e3b8389f21407287c54c7 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Sat, 27 Jan 2024 00:38:05 +0100 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 49868c6..f3e13f0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Toolkit for building, deploying and maintaining an immutable, btrfs-based, multi Arkdep attempts to be as simple to use as possible and avoid unnecessary abstraction, if you know how to use GNU/Linux picking up Arkdep should be painless for it maintains much of your old familiar workflow. +> [!WARNING] +> Arkdep is still in active development, no more breaking changes are planned since all core functionality is now in, however the current codebase has yet to be thoroughly tested, there may be lingering bugs or other issues + ## Usage ### Rolling out Arkdep on a new system > [!NOTE]