Merge pull request #5764 from dolthub/nicktobey/bats-documentation

Update setup instructions for bats tests
This commit is contained in:
Nick Tobey
2023-04-18 12:00:00 -07:00
committed by GitHub
+2 -1
View File
@@ -21,10 +21,11 @@ If you find a bug in `dolt`, we would love a skipped bats test PR in addition to
```
npm install -g bats
```
2. Install `dolt` and `noms`
2. Install `dolt` and its utilities.
```
cd go/cmd/dolt && go install . && cd -
cd go/store/cmd/noms && go install . && cd -
cd go/utils/remotesrv && go install . && cd -
````
3. Make sure you have `python3` installed.