Update README.md

This commit is contained in:
Mathias Hermansson 2018-10-28 20:29:59 +01:00 committed by GitHub
parent 345634623c
commit 627a442dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,3 @@ To make it easy to install apps from this bucket, run
`scoop bucket add java`
For more information, read the [wiki](https://github.com/lukesampson/scoop/wiki/Java).
## News
### [2018-09-06] fatal: refusing to merge unrelated histories
Due to a problem with the git history, the master branch had to be replaced. If you see the message *fatal: refusing to merge unrelated histories* when updating scoop, remove and re-add the java bucket:
```
PS C:> scoop bucket rm java
PS C:> scoop bucket add java
```
See issue [#16](https://github.com/se35710/scoop-java/issues/16) for mote information.