mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 05:13:00 -05:00
Merge pull request #5764 from dolthub/nicktobey/bats-documentation
Update setup instructions for bats tests
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user