From c21191160f6c62fbb5ad076f3ce2d6d905fedd29 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 9 Oct 2021 20:05:51 -0700 Subject: [PATCH] Added GitHub CI badge. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 872d139..a2f1b8e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) +[![GitHub CI](https://github.com/ethauvin/dcat/actions/workflows/dart.yml/badge.svg)](https://github.com/ethauvin/dcat/actions/workflows/dart.yml) # dcat: Concatenate file(s) to standard output. @@ -27,18 +28,18 @@ Examples: dcat f - g Output f's contents, then standard input, then g's contents. dcat Copy standard input to standard output. ``` - # Compile Application +## Compile Application -## Linux +### Linux ```sh dart compile exe -o bin/dcat bin/dcat.dart ``` -## Windows +### Windows ```cmd dart compile.exe bin/dcat.dart ``` -# Differences from GNU cat +## Differences from GNU cat - No binary file support. - Line numbers are printed as `X:` where `X` is the line number. \ No newline at end of file