aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-09-03 14:28:37 -0400
committerGitHub <noreply@github.com>2020-09-03 14:28:37 -0400
commit625038df51d677bfdcd5e4063e2eba136e877590 (patch)
tree734161e8afc237faca5c66f71ba7a73a34d9f0f6
parent09528457ab554e8105e9d7b76b4c70a846ec9c1f (diff)
downloadmultihome-625038df51d677bfdcd5e4063e2eba136e877590.tar.gz
Remove circleci badge
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index e263f79..8d3eb50 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# multihome
-[![CircleCI](https://circleci.com/gh/jhunkeler/multihome.svg?style=svg)](https://circleci.com/gh/jhunkeler/multihome)
-
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