From 2d37dd77cce0802ffe8147b10cf7a2bb133967b8 Mon Sep 17 00:00:00 2001 From: Tyler Mace Date: Tue, 9 Jul 2019 15:29:30 -0700 Subject: [PATCH] Removed incorrect information from README.md (#1211) #1167 added some info to the README about how the user needs to have ssh keys setup. This was true at the time, but changed as a result of #1210. This commit fixes that up by removing the now-outdated information. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fbaf4fb..04c2dde 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ First, make sure that you have the following dependencies: - Install [Node] (tested on v12.x.x and v10.x.x). - Install [Yarn] (tested on v1.7.0). - Create a [GitHub API token]. No special permissions are required. - - Ensure that you have an SSH key (`id_rsa`) for `git` to use. On unix-like systems, this is usually stored in `~/.ssh/`. If you do not, you can generate one by following these [instructions](https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). - For macOS users: Ensure that your environment provides GNU coreutils. [See this comment for details about what, how, and why.][macos-gnu]