From e8d565b5b65d804b8b00e48ffc0c8a70d94ef873 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 3 Sep 2020 14:37:29 -0400 Subject: Add Actions status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d3eb50..28f7397 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # multihome +![Actions](https://github.com/jhunkeler/multihome/workflows/CMake/badge.svg) + NFS mounted home directories are common when operating in a clustered environment and so are the problems that come along with it. Multihome manages your `HOME` environment variable on a per-host basis. When you log into a system, Multihome creates a new home directory using the system's default account skeleton, changes your `HOME` to point to it, then initializes your shell session from there. This allows you, as the user, to maintain unique home directories on any system within the cluster; complete with their own individualized settings. ## Usage -- cgit