Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tushev authored May 22, 2022
1 parent f1aea02 commit 2187340
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ A handy tool that simplifies management of `docker-compose` applications on Linu
- Service is "started" by `docker-compose up -d --build` command
- Service is "stopped" by `docker-compose stop && docker-compose rm -f` command

## Installation
```sh
curl -o /usr/local/bin/dcctl https://raw.githubusercontent.com/tushev/dcctl/main/dcctl && chmod +x /usr/local/bin/dcctl
```

## Usage

- `dcctl start` Starts service defined by `docker-compose.yml` in current directory
Expand Down

0 comments on commit 2187340

Please sign in to comment.