Skip to content

Commit

Permalink
README.md: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fhs committed Jun 6, 2021
1 parent b17f36c commit b00164a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ GO111MODULE=on go get github.com/fhs/gig/cmd/gig
## Testing on Plan 9

To run tests on Plan 9, you need to first run this first:
go mod edit -replace 'github.com/rogpeppe/go-internal@v1.6.2=github.com/fhs/go-internal@v1.6.3-0.20201122174144-815d671f4ff9'

```
go mod edit -replace 'github.com/rogpeppe/go-internal@v1.6.2=github.com/fhs/go-internal@v1.6.3-0.20201122174144-815d671f4ff9'
```
This is due to https://github.com/rogpeppe/go-internal/pull/115.

## See also
Expand Down

0 comments on commit b00164a

Please sign in to comment.