]> git.eshelyaron.com Git - dict.git/commitdiff
DOC: add missing source block in Getting Started section
authorEshel Yaron <me@eshelyaron.com>
Fri, 30 Sep 2022 11:55:42 +0000 (14:55 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 30 Sep 2022 11:55:42 +0000 (14:55 +0300)
README.org

index 8c83fcc858cb94a48e1ce7b207df1907db949f00..b791b6c1e34015b7757586d5a21d2c60e08a70bd 100644 (file)
@@ -117,6 +117,10 @@ This may lead to =sweep= failing after loading =sweep-module=.  To work
 around this issue, users running Emacs 28 or earlier on Linux can
 start Emacs with =libswipl= loaded upfront via =LD_PRELOAD=, for example:
 
+#+begin_src sh
+  LD_PRELOAD=/usr/local/lib/libswipl.so emacs
+#+end_src
+
 * Prolog initialization and cleanup
 :PROPERTIES:
 :CUSTOM_ID: prolog-init