From 8ebb4b1cb797351c5d8f1ae248d730c0b40aa79f Mon Sep 17 00:00:00 2001 From: Simon Petit Date: Thu, 4 Jul 2019 10:17:32 +0200 Subject: [PATCH] updating installation step since installtion with makefile is implemented --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc48c73..1ba7e83 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ like machine. ``` git clone https://github.com/SiwonP/bob.git -make install (not implement yet) +cd bob +make install ``` ## Usage @@ -59,5 +60,3 @@ bob -h to send the html files to a distant server. * Consider adding configuration files for some/all posts (if they 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.