aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2021-05-06 00:34:05 -0400
committerGitHub <noreply@github.com>2021-05-06 00:34:05 -0400
commitc429ae2f0790c3486e7e420f4f2883c6a530ccf0 (patch)
tree200ab1a431513fdae9bd2c8b6652c70947287918 /README.md
parent562258a7663a8d6447c46059743b173e19196e76 (diff)
downloadcleanpath-c429ae2f0790c3486e7e420f4f2883c6a530ccf0.tar.gz
No sep ending (#2)
* Be extra sure not to inject a separator at the end of the output string
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 38ebcbb..3ee681a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
# cleanpath
+[![CMake](https://github.com/jhunkeler/cleanpath/actions/workflows/cmake.yml/badge.svg)](https://github.com/jhunkeler/cleanpath/actions/workflows/cmake.yml)
+
`cleanpath` is a utility that filters unwanted elements from an environment variable.
+
# Installation
```shell