From cb6fe7cec634dd20a0ede987b60b4a9266be4532 Mon Sep 17 00:00:00 2001 From: hoijui Date: Thu, 19 Oct 2017 09:43:14 +0200 Subject: [PATCH] README.md: fix build instructions [fix] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ae4d92..9561361 100755 --- a/README.md +++ b/README.md @@ -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 :)