Skip to content
Snippets Groups Projects
Commit 2eddede8 authored by Fisher, Jason C.'s avatar Fisher, Jason C.
Browse files

tidy readme

parent 9855e02b
No related branches found
No related tags found
3 merge requests!269Merge in develop and bump version,!268New order for items in the website's pulldown menu,!267Tidy install instructions and vignettes
......@@ -40,10 +40,9 @@ To install the package along with its dependencies, which are required to run ex
install.packages("inldata", dependencies = TRUE)
```
To install the development version of the package, you need to clone the repository and build from source, or run the following commands:
To install the development version of the package, you can either clone the repository and build it from source, or run the following commands. Make sure the **remotes** package for R is installed.
```r
if (!requireNamespace("remotes")) install.packages("remotes")
remotes::install_gitlab("inl/inldata@develop",
host = "code.usgs.gov",
dependencies = TRUE,
......
......@@ -49,11 +49,11 @@ datasets, and create a USGS data release, run:
install.packages("inldata", dependencies = TRUE)
```
To install the development version of the package, you need to clone the
repository and build from source, or run the following commands:
To install the development version of the package, you can either clone
the repository and build it from source, or run the following commands.
Make sure the **remotes** package for R is installed.
``` r
if (!requireNamespace("remotes")) install.packages("remotes")
remotes::install_gitlab("inl/inldata@develop",
host = "code.usgs.gov",
dependencies = TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment