From b21fdeb936e0910a84a44cb3451b4c94c08f8f2d Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Thu, 13 Jun 2024 11:56:02 -0400 Subject: [PATCH] clarify cannot duplicate a file on GH --- team/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/team/README.md b/team/README.md index 13e0aa6..0e19f27 100644 --- a/team/README.md +++ b/team/README.md @@ -9,7 +9,7 @@ Follow these steps to add yourself: * Navigate into the 'teams' directory. * Use the provided 'template.yaml' file. * Create a copy of the 'template.yaml' file and rename the file to your name. -You can do this through the GitHub interface, your local development environment, or on the command line with +In the GitHub interface, you can create a new file and copy-paste from the template. Or, you can do this on the command line with ``` cp template.yaml FirstName-LastName.yaml ```