aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-08-30 10:49:25 -0400
committerGitHub <noreply@github.com>2020-08-30 10:49:25 -0400
commit282e437d1a6bed40a6de89843478aae420baa69d (patch)
treefa0fae735eaba9a822e9e0fa7ca9eea176e07214
parenta81cbdda0a5c9d2c8af8524df5a934ea198ad59f (diff)
downloadmultihome-282e437d1a6bed40a6de89843478aae420baa69d.tar.gz
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4baf6dd..faf382d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# multihome
-NFS mounted home directories are common you're operating in a clustered environment, and so are the problems that go along with it. Multihome manages your `HOME` environment variable on a per-host basis. When you log into 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.
+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 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
```
@@ -125,4 +125,4 @@ fi
if [ -f "$HOME/.bashrc" ]; then
. $HOME/.bashrc
fi
-``` \ No newline at end of file
+```