delve/Documentation/installation
aarzilli 3a72646782 Documentation: add modules mode note to install documentation
1. Adds a note to the documentation describing how to use 'go get' in
   modules mode
2. Removes the '-u' option which, when 'go get' is used incorrectly
   will make 'go' try to compile Delve with unsupported dependencies
3. Removed obsolete note about Go 1.5 vendor experiment.

Fixes #1988
2020-04-06 08:32:02 -07:00
..
freebsd Documentation: add modules mode note to install documentation 2020-04-06 08:32:02 -07:00
linux Documentation: add modules mode note to install documentation 2020-04-06 08:32:02 -07:00
osx Documentation: add modules mode note to install documentation 2020-04-06 08:32:02 -07:00
windows Documentation: add modules mode note to install documentation 2020-04-06 08:32:02 -07:00
README.md Documentation: Bump required Go version (#1708) 2019-10-07 09:23:06 -07:00

Installation

Directions for installing Delve on all supported platforms is provided here.

Please note you must have Go 1.10 or higher installed in order to compile Delve.