summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
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
```