Skip to content

Commit

Permalink
README.md: use more standard conform syntax [minor]
Browse files Browse the repository at this point in the history
This allows for easy copy&paste of build instructions,
and also generates nice output with pandoc now.
You may test that with:

    pandoc -f markdown -t HTML README.md > README.html
  • Loading branch information
hoijui committed Oct 19, 2017
1 parent cb6fe7c commit 38647dd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@ control-c (Ctrl+C) or by pressing q. If you wish for more of a screen saver
effect, you must specify -s on the command line. For usage, use `cmatrix -h`.

[![Build Status](https://travis-ci.org/abishekvashok/cmatrix.svg?branch=master)](https://travis-ci.org/abishekvashok/cmatrix)

### Dependencies
You'll probably need a decent ncurses library to get this to work. I
have provided a binary that depends on ncurses 4.2 & glibc6.

### Building and installing cmatrix
To install cmatrix, in the cmatrix directory run:
- `./configure`
- `make`
- `make install`
```
./configure
make
make install
```

### Running cmatrix
After you have installed cmatrix just run `cmatrix` to run cmatrix :)
Expand Down

0 comments on commit 38647dd

Please sign in to comment.