mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-27 15:41:44 -05:00
Added info about windows chocolatey package
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user