From 71f38b13e957da76941ab38b97bb424189587521 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 23 Jun 2020 11:16:54 +0200 Subject: [PATCH] Added correct path in README --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 2007a71..4d9e71e 100644 --- a/README.org +++ b/README.org @@ -59,7 +59,7 @@ to simlink its content to the root directory of your org website like so: #+BEGIN_SRC sh cd /path/to/your/org/website - ln -s /path/to/your/owb/directory/* + ln -s /path/to/your/owb/directory/build/* #+END_SRC Here is what I add at the top of my org files in order to get it working: