summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorSampo Sorsa <sorsasampo@protonmail.com>2018-05-12 00:00:00 +0000
committerSampo Sorsa <sorsasampo@protonmail.com>2018-05-12 00:00:00 +0000
commit7023ad9f21af4517413591a7ba1646ed509df21b (patch)
tree4b66fb2e17c1608a9707185169314172f9721a7d /Readme.md
parentb9f6dfd77e420a068038be828a6e9fb40528346d (diff)
Improve manual installation section
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md12
1 files changed, 6 insertions, 6 deletions
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
```