Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danicat committed Jul 25, 2024
1 parent 9f386c3 commit 9ac61ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ It is currently under development so it doesn't support a lot of information yet

## Usage

To use it, compile the code with `make build` (or `go build` if you are being wild) and run `tq` from the command line. By default `tq` will run data collection on the current directory but you can pass a package to it by using the `--pkg` flag.

```sh
% tq --help
Usage of tq:
Expand Down Expand Up @@ -60,7 +62,6 @@ By default tq will launch in iterative mode unless you pass a `--query` flag:
```
To use it, compile the code with `make build` (or `go build` if you are being wild) and run `tq` from the command line. By default `tq` will run data collection on the current directory but you can pass a package to it by using the `--pkg` flag.
To run the examples (in `sql/queriesl.sql`), clone this project and run the following command:
Expand Down

0 comments on commit 9ac61ea

Please sign in to comment.