Skip to content

Commit

Permalink
Push fix to readme install instructions (geospaar)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemaz committed Jan 19, 2024
1 parent d07cc7a commit e6c3907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Either approach to launching will give you a URL (https://localhost:8787) that y
Build the `geospaar` package. To do so, first in Rstudio, go to File > Open Project, and then navigate to the `geospaar` folder, and then select the `geospaar.Rproj` file. That opens up the Rstudio project. Then, in the `R` console, run:

```R
devtools::install("agroimpacts/geospaar", build_vignettes = TRUE)
devtools::install(build_vignettes = TRUE)
```

Or, alternatively, you can run:
Expand Down

0 comments on commit e6c3907

Please sign in to comment.