Skip to content

Commit ee2250a

Browse files
committed
Merge branch 'master' of github.com:Jean-Romain/PointCloudViewer
# Conflicts: # README.md
2 parents c3745fd + a353052 commit ee2250a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,27 @@ While `rgl` is a powerful package, it has some limitations when it comes to hand
2323
## Installation
2424

2525
```r
26+
<<<<<<< HEAD
2627
devtools::install_github("lidRviewer", repos = 'https://r-lidar.r-universe.dev')
28+
=======
29+
devtools::install_github("r-lidar-lab/lidRviewer")
30+
```
31+
32+
### Windows
33+
34+
```r
35+
devtools::install_github("r-lidar-lab/lidRviewer")
36+
```
37+
38+
### MacOS
39+
40+
```
41+
brew install sdl2 mesa mesa-glu
42+
```
43+
44+
```r
45+
devtools::install_github("r-lidar-lab/lidRviewer")
46+
>>>>>>> a35305216e432f906a9d5716f199be38622100d4
2747
```
2848

2949
## Usage

0 commit comments

Comments
 (0)