An open API service indexing awesome lists of open source software.

https://github.com/covenantsql/homebrew-cql

Just `brew install cql`
https://github.com/covenantsql/homebrew-cql

Last synced: 13 days ago
JSON representation

Just `brew install cql`

Awesome Lists containing this project

README

          

homebrew-cql
=================

You can just `brew install cql`. This project is only for beta test.

Homebrew Tap for CovenantSQL client

## Installation

```
brew install cql
```

## Running

### Go client
`cql`

## Upgrading

```
brew update && brew upgrade
```

## Minor updates

### Go client
```
brew update && brew reinstall cql
```

## Versions
List available versions with:
```
ls -l /usr/local/Cellar/cql
```

If you have other versions installed, you can switch with:
```
brew switch cql
```