From 45d8d6f08590f91dbaf73a945704dd0e13bc4f8b Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Tue, 21 Jun 2022 16:36:14 -0700 Subject: [PATCH] Copy edits --- child-clone-a-github-repo.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/child-clone-a-github-repo.Rmd b/child-clone-a-github-repo.Rmd index 4e63566..b08aa7e 100644 --- a/child-clone-a-github-repo.Rmd +++ b/child-clone-a-github-repo.Rmd @@ -18,7 +18,7 @@ Pick **one** of these methods below. ### `usethis::create_from_github()` -You can execute these commands in any R session. +You can execute this command in any R session. If you use RStudio, then do this in the R console of any RStudio instance. ```{r eval = FALSE} @@ -29,7 +29,7 @@ usethis::create_from_github( ``` The first argument is `repo_spec` and it accepts the GitHub repo specification in various forms. -In particular, you can paste the URL we just copied from GitHub. +In particular, you can use the URL we just copied from GitHub. The `destdir` argument specifies the parent directory where you want the new folder (and local Git repo) to live. If you don't specify `destdir`, usethis defaults to some very conspicuous place, like your desktop.