Merge pull request #3672 from herbygillot/patch-1

readme: add MacPorts install info
This commit is contained in:
Tim Sehn
2022-07-07 15:53:25 -07:00
committed by GitHub
+8
View File
@@ -126,6 +126,14 @@ You can install `dolt` using [Chocolatey](https://chocolatey.org/):
choco install dolt
```
#### MacPorts
On macOS, Dolt can also be installed via a [community-managed port](https://ports.macports.org/port/dolt/) via [MacPorts](https://www.macports.org):
```sh
sudo port install dolt
```
## From Source
Make sure you have Go installed, and that `go` is in your path.