From dd4eb5eb27edeec2ec49e1276c39ce9bd13992bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Tue, 16 Mar 2021 10:35:55 -0300 Subject: Change format in Readme --- Readme.md | 31 +++++++++++-------------------- 1 file 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 -- cgit v1.2.3