mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-12 11:29:01 -05:00
Merge pull request #3672 from herbygillot/patch-1
readme: add MacPorts install info
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user