Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agdenadel committed Mar 10, 2024
1 parent a6b66d5 commit 7c38847
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ git clone https://github.com/lcrawlab/callbackreproducibility
Then, navigate to the repo directory and launch R
```bash
cd callbackreproducibility
```

```bash
R
```

You can build the entire website using the following command.
You can build the entire website using the following line of `R` code.
```r
pkgdown::build_site()
```
Expand Down

0 comments on commit 7c38847

Please sign in to comment.