Skip to content

Commit

Permalink
Don't run the bash step of installing curl
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jun 6, 2024
1 parent 35ef331 commit ebeb2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_iSEE.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ curl::curl_version()$version

If it's version 8.6.0, you likely need to upgrade to version 8.8.0. For macOS users, you can do this via `Homebrew` with

```{bash}
```{bash, eval = FALSE}
## Install homebrew from https://brew.sh/
brew install curl
```
Expand Down

0 comments on commit ebeb2e0

Please sign in to comment.