From e386b900eebd1f542b19802ed46326a8804364ed Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Fri, 4 Dec 2020 15:49:38 -0800 Subject: [PATCH] Remove README.md from utils This was just boilerplate for the utils repo. Signed-off-by: Zach Brown --- utils/README.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 utils/README.md diff --git a/utils/README.md b/utils/README.md deleted file mode 100644 index 4eb0650e..00000000 --- a/utils/README.md +++ /dev/null @@ -1,7 +0,0 @@ -This repository contains the userspace software for the scoutfs -clustered filesystem. - -More context and instructions can be found on the https://scoutfs.org/ -community site or in the -[scoutfs-kmod-dev](https://github.com/versity/scoutfs-kmod-dev) git -repository which houses the scoutfs Linux kernel module.