Skip to content

Commit

Permalink
Consistent README format with the other benmatselby repos
Browse files Browse the repository at this point in the history
  • Loading branch information
benmatselby committed Aug 25, 2023
1 parent 374d019 commit 643b015
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,29 @@ export TRELLO_CLI_KEY=""
export TRELLO_CLI_SECRET=""
```

## Installation via Git
## Installation

You can install this application a few ways:

<details>
<summary>Installation via Docker</summary>

Other than requiring [docker](http://docker.com) to be installed, there are no other requirements to run the application this way.

```shell
$ docker build -t benmatselby/walter .
$ docker run \
--rm \
-t \
-eTRELLO_CLI_KEY \
-eTRELLO_CLI_SECRET \
benmatselby/trello-cli:latest "$@"
```

</details>

<details>
<summary>Installation via Git</summary>

```shell
git clone https://github.com/benmatselby/trello-cli.git
Expand All @@ -29,9 +51,4 @@ make clean install
bin/trello.php board:list -s
```

## Installation via Docker

```shell
make docker-build
docker run --rm -eTRELLO_CLI_KEY -eTRELLO_CLI_SECRET benmatselby/trello-cli board:list -s
```
</details>

0 comments on commit 643b015

Please sign in to comment.