Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Jean-Romain/PointCloudViewer
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
Jean-Romain committed Nov 15, 2024
2 parents c3745fd + a353052 commit ee2250a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,27 @@ While `rgl` is a powerful package, it has some limitations when it comes to hand
## Installation

```r
<<<<<<< HEAD
devtools::install_github("lidRviewer", repos = 'https://r-lidar.r-universe.dev')
=======
devtools::install_github("r-lidar-lab/lidRviewer")
```

### Windows

```r
devtools::install_github("r-lidar-lab/lidRviewer")
```

### MacOS

```
brew install sdl2 mesa mesa-glu
```

```r
devtools::install_github("r-lidar-lab/lidRviewer")
>>>>>>> a35305216e432f906a9d5716f199be38622100d4
```

## Usage
Expand Down

0 comments on commit ee2250a

Please sign in to comment.