Skip to content

Commit

Permalink
README.md: fix build instructions [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Oct 19, 2017
1 parent aab39a9 commit cb6fe7c
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
Expand Up @@ -17,8 +17,8 @@ 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`
- `make`
- `make install`

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

0 comments on commit cb6fe7c

Please sign in to comment.