Files
dolt/README.md
Brian Hendriks 5f9cb18d9e Update README.md
2019-01-07 17:45:25 -08:00

1.6 KiB

Installing the dolt command line

Prerequisites

Installation

  • Open a command line in the dolt/go directory
  • run: go install github.com/liquidata-inc/ld/dolt/go/cmd/dolt

First commands

  • dolt config --global --add user.email YOU@liquidata.co
  • dolt config --global --add user.name "YOUR NAME"

Setting up a repo

  • make a new directory with nothing in it
  • From the new directory run dolt init

Docs