From 627a442dfc8f6641bcf588a7856ee46ae6c63da1 Mon Sep 17 00:00:00 2001 From: Mathias Hermansson Date: Sun, 28 Oct 2018 20:29:59 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 600dadcb2..8cdebb786 100644 --- a/README.md +++ b/README.md @@ -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.