Update README.md to add some code blocks

This commit is contained in:
Gamer1120 2018-02-22 19:57:57 +01:00 committed by GitHub
parent dd60bbe062
commit 38bf8e83c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ of libncurses). The project itself comprises a library called libreddit and a
program called creddit.
To do a normal compilation, run the two commands:
make
make install
``` make ``` and
``` make install ```
Note: 'make install' will need to be run as root to install to the root
directory.