Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvillage committed Nov 13, 2024
1 parent 0ac3546 commit d71d85a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,10 @@

## Installation

Requires the [Rust programming language](https://rust-lang.org).

```sh
# select option 1, default installation
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

Then install the package using the following command:
`lmutils` is not currently available on CRAN, but it can be installed on Linux with the following command. This will also install the [Rust programming language](https://rust-lang.org) which is required for `lmutils`.

```r
install.packages("https://github.com/GMELab/lmutils.r/archive/refs/heads/master.tar.gz", repos=NULL) # use .zip for Windows
# OR
devtools::install_github("GMELab/lmutils.r")
curl https://raw.githubusercontent.com/GMELab/lmutils.r/refs/heads/master/install.sh | sh
```

## Important Information
Expand Down

0 comments on commit d71d85a

Please sign in to comment.