duncangrant commented on a change in pull request #344: URL: https://github.com/apache/brooklyn-docs/pull/344#discussion_r709956282
########## File path: guide/ops/troubleshooting/installation.md ########## @@ -0,0 +1,11 @@ +--- +layout: website-normal +title: Installation +toc: /guide/toc.json +--- + +## 'Path too long' when extracting Brooklyn on Windows + +When trying to extract the Brooklyn binaries from the `.zip` distribution using Windows' built-in extraction utility, you may experience a +'Path too long' error. This is a due to a limitation of the in-built extraction utility. We recommend you use an alternative such as `tar` + - which can be used with the `.tar.gz` distributable, or [7-Zip](https://www.7-zip.org) for the `.zip` distribution Review comment: Full stop -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
