Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrenklint committed Dec 11, 2017
1 parent af81449 commit 97cd4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

Boot task to execute a shell command, without changing the fileset

[![CircleCI](https://circleci.com/gh/adamrenklint/boot-fmt.svg?style=svg)](https://circleci.com/gh/adamrenklint/boot-fmt)
[![Clojars Project](https://img.shields.io/clojars/v/adamrenklint/boot-exec.svg?style=for-the-badge)](https://clojars.org/adamrenklint/boot-exec) [![CircleCI](https://img.shields.io/circleci/project/github/adamrenklint/boot-exec.svg?style=for-the-badge)](https://circleci.com/gh/adamrenklint/boot-exec)

```clojure
[adamrenklint/boot-exec "1.0.0"] ;; latest release
Expand All @@ -15,7 +15,7 @@ $ boot exec -c "echo hello world"
hello world
```

### Options
## Options

```
-c, --cmd CMD Command to execute
Expand Down

0 comments on commit 97cd4ed

Please sign in to comment.