Skip to content

Commit

Permalink
add installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacktaylorsbg committed Feb 11, 2023
1 parent 23b4f58 commit 23c473f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ A simple <span style="color:#3a9025">Con</span>nector M<span style="color:#3a902

Mainly aimed at managing JDBC Source Connectors.

## Installation

conan binaries are available for Mac and Linux, to install it to e.g. `/usr/local/bin/` use:

Mac:
```
wget -c https://github.com/jack-tee/conan/releases/download/v0.0.28/conan-v0.0.28-darwin-amd64.tar.gz -O - | tar -x -C /usr/local/bin/
```
Linux:
```
wget -c https://github.com/jack-tee/conan/releases/download/v0.0.28/conan-v0.0.28-linux-amd64.tar.gz -O - | tar -x -C /usr/local/bin/
```


## List Connectors

The list command provides a summary of each task, returning the `tables` or `query` config parameter to make it easy to identify each task.
Expand Down

0 comments on commit 23c473f

Please sign in to comment.