summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-16 10:35:55 -0300
committerAndrés <andmarti@gmail.com>2021-03-16 10:35:55 -0300
commitdd4eb5eb27edeec2ec49e1276c39ce9bd13992bf (patch)
tree3baac197ab79a0b2264be11411360df7a147eda6 /Readme.md
parent1078fc06d455ef5fa6d40dccedc6b200047d3fe4 (diff)
Change format in Readme
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md31
1 files changed, 11 insertions, 20 deletions
diff --git a/Readme.md b/Readme.md
index 5f1a71d..5cd05a0 100644
--- a/Readme.md
+++ b/Readme.md
@@ -41,29 +41,20 @@ SC-IM stands for Spreadsheet Calculator Improvised. :-)
* Requirements:
- ncurses (best if compiled with wide chars support)
-
- bison or yacc
-
- gcc
-
- make
+ - `ncurses` (best if compiled with wide chars support)
+ - `bison` or `yacc`
+ - `gcc`
+ - `make`
* Optionals:
- tmux / xclip / pbpaste (for clipboard copy/paste)
-
- gnuplot (for plots)
-
- libxlsxreader (for xls support)
-
- xlsxwriter (for xlsx export support)
-
- libxml-2.0 and libzip (for xlsx import support)
-
- lua (for Lua scripting)
-
- threads support (in case you want to test this in Minix, just disable autobackup and HAVE_PTHREAD)
+ - `tmux` / `xclip` / `pbpaste` (for clipboard copy/paste)
+ - `gnuplot` (for plots)
+ - `libxlsxreader` (for xls support)
+ - `xlsxwriter` (for xlsx export support)
+ - `libxml-2.0` and `libzip` (for xlsx import support)
+ - `lua` (for Lua scripting)
+ - threads support (in case you want to test this in Minix, just disable autobackup and HAVE_PTHREAD)
### Manual