From 99b437db9ca13ede0d26647fc19243639baa8f47 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Fri, 19 Jun 2015 15:29:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 868aae4..8071d3c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ on either the remote server or for new developers on the project. The only dependencies of `ship` are that you must have access to the repository because we use `ForwardAgent` and access to the remote server as the configured -user We accomplish this by using `ssh-copy-id username@server` from each +user. We accomplish this by using `ssh-copy-id username@server` from each trusted system. This project allows multiple developers to be able to ship code out to production without setting up deployment keys, webhooks or any other manual steps when working with a fresh local copy.