Skip to content

Commit

Permalink
Update index.qmd (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Apr 11, 2024
1 parent 8018498 commit 6226993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2020-06-14-ghdump/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library(ghdump)
To use the package, you'll need a GitHub account and [a GitHub Personal Access Token (PAT) stored in your .Renviron file](https://happygitwithr.com/github-pat.html). You can do this with the following steps:

```{r pat}
usethis::browse_github_pat() # opens browser to generate token
usethis::create_github_token() # opens browser to generate token
usethis::edit_r_environ() # add your token to the .Renviron
# then restart R
```
Expand Down

0 comments on commit 6226993

Please sign in to comment.