From 102ef6955c79512aaf87521fa0de833494f7b49e Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 8 Aug 2024 20:10:14 -0400 Subject: [PATCH] Mention MUTN in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e0610c8..1db8b97 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # libmutton libmutton is a library for building simple, SSH-synchronized password managers in Go. +[MUTN](https://github.com/rwinkhart/MUTN) is its reference implementation (in the CLI). + > [!WARNING] >It is your responsibility to assess the security and stability of libmutton and to ensure it meets your needs before using it. >I am not responsible for any data loss or breaches of your information resulting from the use of libmutton.