From c3b6433632dec8776c997e3f1471ef9d228819df Mon Sep 17 00:00:00 2001 From: probandula Date: Wed, 26 Oct 2016 20:55:57 +0200 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0066829..96ce9af 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ A port of [figlet](http://www.figlet.org/) to golang and fork of [getwe/figlet4go](https://github.com/getwe/figlet4go). ![screenshot](./screenshot/figlet4go.png) +```bash +$ figlet4go -str "figlet4go" -font "larry3d" -colors "green;yellow;cyan" +``` ## Installation