Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-S-Thompson committed Feb 11, 2014
1 parent 0aca6c2 commit 1e404d4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Use the old `<hr />` tag, but in your terminal. How? Allow me to explain:
## Setup

$ curl https://raw.github.com/LuRsT/hr/master/hr > ~/bin/hr
(Examine ~/bin/hr)
$ chmod +x ~/bin/hr

Note: You should have `~/bin` in your `$PATH` for this to work.
Expand All @@ -27,13 +28,17 @@ Note: You should have `~/bin` in your `$PATH` for this to work.
********************************** # Till the end of your terminal window
$

You can also make "beautiful" ascci patterns
You can also make "beautiful" ASCII patterns

$ hr -#-
$ hr - # -
----------------------------------
##################################
----------------------------------
$
$ hr '-#-' '-' '-#-'
-#--#--#--#--#--#--#--#--#--#--#--
----------------------------------
-#--#--#--#--#--#--#--#--#--#--#--


That's it, no requirements, just pure old `bash` and `tput`, check the source,
it's free.
Expand Down

0 comments on commit 1e404d4

Please sign in to comment.