Skip to content

Commit 7f81f56

Browse files
committed
Fix dev version install instructions
1 parent 27e0c60 commit 7f81f56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To build and install the current development version, make sure you have
3333
`devtools` installed and execute the following line:
3434

3535
```
36-
devtools::install_github("SACEMA/inctools/inctools")
36+
devtools::install_github("SACEMA/inctools")
3737
```
3838

3939
*Note: pay attention to whether the current build is passing or failing before
@@ -43,7 +43,7 @@ At times the bleeding edge version can be installed from Eduard Grebe's fork of
4343
the repository (**not recommended!**) with the following line:
4444

4545
```
46-
devtools::install_github("eduardgrebe/inctools/inctools")
46+
devtools::install_github("eduardgrebe/inctools")
4747
```
4848

4949
## Usage terms

0 commit comments

Comments
 (0)