Skip to content

Commit

Permalink
Merge pull request #1 from nylira/peng/add-install-info
Browse files Browse the repository at this point in the history
fix backslash issue with example `go test` and add install info
  • Loading branch information
jaekwon authored Feb 14, 2021
2 parents ba75a19 + 6cb1617 commit 420e2a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ This is a still a work in a progress, though much of the structure of the interp
and AST have taken place. Work is ongoing now to demonstrate the Realm concept before
continuing to make the tests/files/\*.go tests pass.

Try this:
Make sure you have >=[go1.15](https://golang.org/doc/install) installed, and then try this:

```bash
> go test tests/\*.go -v -run="Test/realm.go"
> git clone git@github.com:gnolang/gno.git
> cd gno
> go mod download github.com/davecgh/go-spew
> go test tests/*.go -v -run="Test/realm.go"
```

## Ownership
Expand Down

0 comments on commit 420e2a4

Please sign in to comment.