Skip to content

Commit 38647dd

Browse files
committed
README.md: use more standard conform syntax [minor]
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
1 parent cb6fe7c commit 38647dd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ control-c (Ctrl+C) or by pressing q. If you wish for more of a screen saver
1010
effect, you must specify -s on the command line. For usage, use `cmatrix -h`.
1111

1212
[![Build Status](https://travis-ci.org/abishekvashok/cmatrix.svg?branch=master)](https://travis-ci.org/abishekvashok/cmatrix)
13+
1314
### Dependencies
1415
You'll probably need a decent ncurses library to get this to work. I
1516
have provided a binary that depends on ncurses 4.2 & glibc6.
1617

1718
### Building and installing cmatrix
1819
To install cmatrix, in the cmatrix directory run:
19-
- `./configure`
20-
- `make`
21-
- `make install`
20+
```
21+
./configure
22+
make
23+
make install
24+
```
2225

2326
### Running cmatrix
2427
After you have installed cmatrix just run `cmatrix` to run cmatrix :)

0 commit comments

Comments
 (0)