Added info about windows chocolatey package

This commit is contained in:
zverev-iv
2021-03-07 13:02:32 +03:00
committed by GitHub
parent 807bba6937
commit e3dd618fd8
+9 -1
View File
@@ -83,10 +83,18 @@ brew install dolt
Download the latest Microsoft Installer (`.msi` file) in
[releases](https://github.com/dolthub/dolt/releases) and run
it. Package manager releases coming soon!
it.
For information on running on Windows, see [here](windows.md).
#### Chocolatey
You can install `dolt` using [Chocolatey](https://chocolatey.org/):
```sh
choco install dolt
```
## From Source
Make sure you have Go installed, and that `go` is in your path.