From 99bca4ca28ad2858288bf266b4e832ccb03cc88b Mon Sep 17 00:00:00 2001 From: Charlie Leathers Date: Tue, 24 Jan 2017 18:11:37 -0800 Subject: [PATCH] Updates installation directions to include cd command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi. First off, great project! It's been super helpful at work, so keep up the good work 👍 I'd like to add a `cd` command to your README.md. My coworker was attempting to get a project going earlier today and didn't think to change directories into the repo which ended up causing him some trouble. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1389361..b0370c0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Assuming you have a `/usr/local` ``` $ git clone git://github.com/avsm/docker-ssh-agent-forward +$ cd docker-ssh-agent-forward $ make $ make install ```