From 7023ad9f21af4517413591a7ba1646ed509df21b Mon Sep 17 00:00:00 2001 From: Sampo Sorsa Date: Sat, 12 May 2018 00:00:00 +0000 Subject: Improve manual installation section --- Readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index c28cb31..e7a6149 100644 --- a/Readme.md +++ b/Readme.md @@ -38,19 +38,19 @@ SC-IM stands for Spreadsheet Calculator Improvised. :-) ### Manual -* Edit Makefile file according to your system and needs. +* Edit [`src/Makefile`](src/Makefile) according to your system and needs: ``` - vim /src/Makefile + vim src/Makefile ``` -* Inside /src folder run: +* Run `make`: ``` - make + make -C src ``` -* Optional: You can install the binary 'sc-im' in your system by typing with a privileged user: +* Optional: You can install the binary `scim` in your system by typing with a privileged user: ``` - make install + make -C src install ``` -- cgit v1.2.3