aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2021-06-11 16:46:36 -0400
committerGitHub <noreply@github.com>2021-06-11 16:46:36 -0400
commit29926eb139725c1cfbfcd0453e4d8a8a30167262 (patch)
treed3d96acb3a4102e7cac5b19fbf24e55a411a2397 /README.md
parenta9d6a8626b9512b2e65aa1640ad322230e6d61b9 (diff)
downloadmultihome-29926eb139725c1cfbfcd0453e4d8a8a30167262.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 50ee085..a61f97a 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ Parsing transfer configuration, if present
Creating marker file: /home/example/home_local/hostname/.multihome_controlled
```
-Passing the`-s` (`--script`) option generates the initialization script needed to manage your home directories, `~/.multihome/init`, and can be applied by adding the following snippet to the top of your ~/.bash_profile` (or other POSIX-compatible shell initialization scripts):
+Passing the`-s` (`--script`) option generates the initialization script needed to manage your home directories, `~/.multihome/init`, and can be applied by adding the following snippet to the top of your `~/.bash_profile` (or other POSIX-compatible shell initialization scripts):
```bash
if [ -f "$HOME/.multihome/init" ]; then
@@ -106,7 +106,7 @@ fi
### With a custom account skeleton
-When `multihome` creates a new home directory it copies the contents of `/etc/skel`, then `$HOME/.multihome/skel`.
+When `multihome` creates a new home directory it copies the contents of `/etc/skel` to `$HOME/.multihome/skel`.
```
$ mkdir -p ~/.multihome/skel