| Updating documentation - clic - Clic is an command line interactive client for … | |
| git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit c32b721b6e25fdc9c881d37735431966f6c7b530 | |
| parent 22dc86d0df968a36cd567bb54c6cdb923523ca0f | |
| Author: Solene Rapenne <[email protected]> | |
| Date: Sun, 31 Dec 2017 16:33:55 +0100 | |
| Updating documentation | |
| Diffstat: | |
| M README.md | 13 ++++++++----- | |
| 1 file changed, 8 insertions(+), 5 deletions(-) | |
| --- | |
| diff --git a/README.md b/README.md | |
| @@ -6,16 +6,16 @@ client is keyboard only... | |
| It currently works with **ecl** and **sbcl** compilers. | |
| -Clic must be compiled to be used : | |
| - | |
| -To compile it with **sbcl** : | |
| - | |
| - make LISP=sbcl | |
| +`clic` binary must be compiled. | |
| To compile it with **ecl** : | |
| make | |
| +To compile it with **sbcl** : | |
| + | |
| + make LISP=sbcl | |
| + | |
| then you can use `make install` to deploy it in `/usr/bin/`. | |
| **I (the author) recommend using ecl**. | |
| @@ -72,3 +72,6 @@ permitting to use clic with the numpad with only one hand : | |
| If you call clic with an argument which is a request for a binary | |
| type, clic will output the data to stdout. | |
| + | |
| +Using "gopher://" at the start of an url isn't mandatory. | |
| + |