From bb8a179666987de42eabe6571096aeabf8f4d3ed Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 11 May 2023 00:33:01 +0200 Subject: [PATCH] docs: update README instructions --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index 322225c..3b325a2 100644 --- a/README.org +++ b/README.org @@ -18,6 +18,14 @@ file as well as its content and general configuration in the directory [[file:content/][content]]. ** Installing and running +In order to run the website, you firts need to export all the orgmode +files to Markdown files. I recommend using =ox-gfm= to do so. If you +don’t mind =package.el= installing it as well as =f.el=, you can run the +following command: +#+begin_src shell +emacs -Q --script export.el +#+end_src + To install the NPM dependencies for the project, run one of the following commands: #+begin_src shell