Skip to content

Commit

Permalink
Copy edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jun 21, 2022
1 parent b511c3e commit 45d8d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions child-clone-a-github-repo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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.
Expand Down

0 comments on commit 45d8d6f

Please sign in to comment.