Skip to content

Commit

Permalink
devtools -> remotes in installation instructions (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Dec 5, 2022
1 parent c814159 commit 42c150c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ install.packages("lintr")
Or the development version from GitHub:

```R
devtools::install_github("r-lib/lintr")
# install.packages("remotes")
remotes::install_github("r-lib/lintr")
```

## Usage
Expand Down

0 comments on commit 42c150c

Please sign in to comment.