Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Jun 3, 2024
1 parent d9168d4 commit dec7738
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ A monorepo for managing oh-no events
# How to run?

```shell
go run src/server/main.go
cd server
go run /server/main.go
```

# How to run tests?

```shell
cd server
go test ./... -v
```

# How to build?
Expand Down

0 comments on commit dec7738

Please sign in to comment.