Skip to content

Commit 0a0b245

Browse files
committed
merge
1 parent ee2250a commit 0a0b245

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

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

2525
```r
26-
<<<<<<< HEAD
27-
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")
26+
install.packages('lidRviewer', repos = c('https://r-lidar.r-universe.dev'))
3627
```
3728

3829
### MacOS
@@ -41,11 +32,6 @@ devtools::install_github("r-lidar-lab/lidRviewer")
4132
brew install sdl2 mesa mesa-glu
4233
```
4334

44-
```r
45-
devtools::install_github("r-lidar-lab/lidRviewer")
46-
>>>>>>> a35305216e432f906a9d5716f199be38622100d4
47-
```
48-
4935
## Usage
5036

5137
```r

0 commit comments

Comments
 (0)