Skip to content

Commit

Permalink
Update README.md for bisect and merge-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
git-katas trainer bot authored and RandomSort committed Jul 1, 2020
1 parent 5888d05 commit 0f71c3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bisect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ ./test.sh
```
## Setup:

1. Run `source setup.sh`
1. Run `source setup.sh` (or `.\setup.ps1` in PowerShell)

## Tasks

Expand All @@ -26,9 +26,9 @@ $ ./test.sh

When I'm done I may test the solution with the verify script

```
```bash
$ cd ..
$ ./verify.sh
$ ./verify.sh # or .\verify.ps1` in PowerShell
```

## If I get stuck
Expand Down
2 changes: 1 addition & 1 deletion merge-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We'll do this by setting up `merge-tst-files.sh` as a _merge driver_ for `.tst`

## Setup:

1. Run `source setup.sh`
1. Run `source setup.sh` (or `.\setup.ps1` in PowerShell)

## The task

Expand Down

0 comments on commit 0f71c3c

Please sign in to comment.