13 lines
192 B
Markdown
13 lines
192 B
Markdown
# hr
|
|
|
|
A horizontal ruler for your terminal.
|
|
|
|
Just another implementation of [hr](https://github.com/LuRsT/hr/wiki#alternative-hrs=) on Nim language.
|
|
|
|
# Installation
|
|
|
|
```
|
|
make
|
|
make install
|
|
```
|