From 573bc7c3f4ae197a554d170fa5a63da768df8039 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 17 Feb 2020 14:50:14 +0100
Subject: [PATCH] Correct the path to the user home directory on Mac OS X in
 the readme file

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f898659..dc8bcde 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,10 @@ This requires [socat](https://linux.die.net/man/1/socat). You can install that w
 Then use the following command to install L3D (replace `myname` with your correct username:
 
 ```bash
-docker run -v /User/myname/bin:/setup --rm registry.lakedrops.com/docker/l3d/setup:latest
+docker run -v /Users/myname/bin:/setup --rm registry.lakedrops.com/docker/l3d/setup:latest
 ```
 
-Then make sure that the directory `/User/myname/bin` is included in the PATH environment variable or create a symbolic link in `/usr/local/bin`. If you work with a symbolic link, MacOS also requires [coreutils](https://de.wikipedia.org/wiki/GNU_Core_Utilities) which can be installed with `brew install coreutils` or `sudo port install coreutils`.
+Then make sure that the directory `/Users/myname/bin` is included in the PATH environment variable or create a symbolic link in `/usr/local/bin`. If you work with a symbolic link, MacOS also requires [coreutils](https://de.wikipedia.org/wiki/GNU_Core_Utilities) which can be installed with `brew install coreutils` or `sudo port install coreutils`.
 
 ## Verifying SSH
 
-- 
GitLab