Skip to content

Commit 5d0e490

Browse files
Update README
1 parent 4b2bbe2 commit 5d0e490

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ alias R="R --no-save --no-restore-data"
136136

137137
* Install devtools: `pak::pak("devtools")`
138138

139-
* Setup devtools: `usethis::use_devtools()`
139+
* Setup devtools: `usethis::use_devtools()` (and restart R)
140140

141141
```r
142142
# .Rprofile
@@ -145,11 +145,8 @@ if (interactive()) {
145145
}
146146
```
147147

148-
* Restart R:
149-
* Quit R from the R console: `q()`
150-
* Start R from the terminal: `R`
151-
152-
* Setup the devtools workflow as aliases, then run each `alias` from ther terminal, e.g. `rtest`
148+
* Setup the devtools workflow as aliases then
149+
* run each `alias` from ther terminal, e.g. `rtest`
153150

154151
```bash
155152
# ~/.bash_aliases

0 commit comments

Comments
 (0)