correct a sentence
This commit is contained in:
parent
b98f96fd66
commit
d8da7c0c1e
|
@ -34,8 +34,8 @@ includeBuild('../NewPipeExtractor') {
|
|||
}
|
||||
}
|
||||
```
|
||||
`includeBuild` should be the relative path. `../NewPipeExtractor` means one folder back in hierarchy,
|
||||
and the folder is name exactly `NewPipeExtractor`. If it's not the case, edit this part.
|
||||
`includeBuild` should have the relative path as argument. `../NewPipeExtractor` means one folder back in hierarchy,
|
||||
and the folder is exactly named `NewPipeExtractor`. If that's not the case, edit this part.
|
||||
|
||||
#### Using JitPack
|
||||
|
||||
|
|
Loading…
Reference in New Issue