Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorfman authored Apr 18, 2018
1 parent b44b2d1 commit a3d6acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SHML v.1.0.4
SHML v.1.1.0
====

[![Build Status](https://travis-ci.org/odb/shml.svg)](https://travis-ci.org/odb/shml)
Expand All @@ -12,7 +12,7 @@ HTML has CSS, terminals have "ANSI/VT100 Control Sequences". SHML makes is easy
### 1-liner Install
```bash
# Unix-like
$ sudo bash -c 'curl -L https://raw.githubusercontent.com/odb/shml/latest/shml.sh -o /usr/local/bin/shml && chmod +x /usr/local/bin/shml'
$ sudo bash -c 'curl -L https://raw.githubusercontent.com/odb/shml/master/shml.sh -o /usr/local/bin/shml && chmod +x /usr/local/bin/shml'

# Darwin (Homebrew)
$ brew install shml
Expand Down

0 comments on commit a3d6acd

Please sign in to comment.