updating installation step since installtion with makefile is implemented

This commit is contained in:
Simon Petit 2019-07-04 10:17:32 +02:00
parent 92b743df8c
commit 8ebb4b1cb7

View File

@ -10,7 +10,8 @@ like machine.
``` ```
git clone https://github.com/SiwonP/bob.git git clone https://github.com/SiwonP/bob.git
make install (not implement yet) cd bob
make install
``` ```
## Usage ## Usage
@ -59,5 +60,3 @@ bob -h
to send the html files to a distant server. to send the html files to a distant server.
* Consider adding configuration files for some/all posts (if they * Consider adding configuration files for some/all posts (if they
need special javascript included e.g. MathJax, AJAX, sockets ...). need special javascript included e.g. MathJax, AJAX, sockets ...).
* Design a makefile to install the script on the bin directory for an easy
access on the command line.