Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedymwavu committed Mar 9, 2024
1 parent 5cf8783 commit 3a500b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ You can pickup most of the concepts on the go.
Each example has an `renv.lock` file containing the package dependencies needed
to run it.

To install the dependencies for a specific example (I'll use `05_router` for demonstration):
To install the dependencies for a specific example eg. `05_router`:

1. Switch to its directory
```bash
cd 05_router
```
1. Fire up R
2. Fire up R
```bash
R
```
1. Restore the dependencies
3. Restore the dependencies
```r
renv::restore(library = .libPaths())
```

0 comments on commit 3a500b8

Please sign in to comment.