From 1029d893fae8ce3a9921689d53ff9836bdec4628 Mon Sep 17 00:00:00 2001 From: Jack He <45720415+Jackack@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:06:24 -0400 Subject: [PATCH] Removed mention of WSL from macos section in README.md (#108) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e4341..b0fd54b 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A complete re-write of the old RoboBuggy. ### Set up repository - To set up ssh key, follow this link: [Connecting to GitHub with SSH](https://docs.github.com/en/authentication/connecting-to-github-with-ssh). -- Note: Ensure that the SSH keys are generated while in the WSL terminal +- Note: Ensure that the SSH keys are generated while in the terminal - In the website above, see these two pages: [Generating a new SSH key and adding it to the ssh-agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) and ["Adding a new SSH key to your GitHub account"](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account). ### Clone