summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-04-15 16:40:53 -0300
committermongo <mongo@iomega>2016-04-15 16:40:53 -0300
commit6f14c89bdd773a37463307f1f4a8259d97c2ffeb (patch)
treeca8330ecb69f457b7d5e06cfbaaa5f9b32a9dff8 /Readme.md
parente7a0f6c20101463493fe605a43b4ddc63dbe5014 (diff)
Updated Readme
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/Readme.md b/Readme.md
index 162053a..c512aee 100644
--- a/Readme.md
+++ b/Readme.md
@@ -34,21 +34,25 @@ SC-IM stands for Spreadsheet Calculator Improvised. :-)
## Build & Install
-* 1. Edit Makefile file according to your system and needs.
+* Edit Makefile file according to your system and needs.
+```
+ vim Makefile
+```
-For OSX users do:
+* Only for OSX users do:
```
brew install ncurses
brew link ncurses
```
-* 2. Inside /src folder run:
+* Inside /src folder run:
```
-make
+ make
```
-* 3. Optional: You can install the binary 'sc-im' in your system by typing with a privileged user:
+
+* Optional: You can install the binary 'sc-im' in your system by typing with a privileged user:
```
-make install
+ make install
```