-
Notifications
You must be signed in to change notification settings - Fork 12
Chocolatey & Windows
Richard Domander edited this page Aug 20, 2018
·
2 revisions
NB This guide is only for Windows
Before installing any other development tools, I recommend installing Chocolatey. It makes installing and updating Java and Maven much easier. To get Chocolatey:
- Open command line in administrator mode
- Copy-paste the command:
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))) >$null 2>&1" && SET PATH="%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
NB These instructions have been tested for Windows 8.1 and 10