diff --git a/README.md b/README.md index 0baa280..9b5b6aa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# pq (prql-query) +# prql-query (pq) -[![license](http://img.shields.io/badge/license-Apache%20v2-blue.svg)](https://raw.githubusercontent.com/snth/pq/main/LICENSE-APACHE) -[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/snth/pq/main/LICENSE-MIT) -[![license](http://img.shields.io/badge/license-UNLICENSE-blue.svg)](https://raw.githubusercontent.com/main/pq/master/UNLICENSE) +[![license](http://img.shields.io/badge/license-Apache%20v2-blue.svg)](https://raw.githubusercontent.com/snth/prql-query/main/LICENSE-APACHE) +[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/snth/prql-query/main/LICENSE-MIT) +[![license](http://img.shields.io/badge/license-UNLICENSE-blue.svg)](https://raw.githubusercontent.com/snth/main/prql-query/master/UNLICENSE) ## Query and transform data with PRQL @@ -16,8 +16,8 @@ DataFusion](https://arrow.apache.org/datafusion/) and ™)! Licensed under -[Apache](https://raw.githubusercontent.com/snth/pq/main/LICENSE-APACHE), -[MIT](https://raw.githubusercontent.com/snth/pq/main/LICENSE-MIT) or the +[Apache](https://raw.githubusercontent.com/snth/prql-query/main/LICENSE-APACHE), +[MIT](https://raw.githubusercontent.com/snth/prql-query/main/LICENSE-MIT) or the [UNLICENSE](https://unlicense.org). ## Examples @@ -53,21 +53,21 @@ Licensed under ### Download a binary from Github Release Binaries are built for Windows, macOS and Linux for every release and can be -dowloaded from [Releases](https://github.com/snth/pq/releases/) -([latest](https://github.com/snth/pq/releases/latest)). +dowloaded from [Releases](https://github.com/snth/prql-query/releases/) +([latest](https://github.com/snth/prql-query/releases/latest)). ### Run as a container image (Docker) - git clone https://github.com/snth/pq.git - cd pq + git clone https://github.com/snth/prql-query.git + cd prql-query docker build -t pq . alias pq="docker run --rm -it -v $(pwd):/data -w /data -u $(id -u):$(id -g) pq" pq --help ### Via Rust toolchain (Cargo) - git clone https://github.com/snth/pq.git - cd pq + git clone https://github.com/snth/prql-query.git + cd prql-query cargo install --path . ## Usage