summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-01-03 14:27:02 +0200
committerAndre A. Gomes <andremegafone@gmail.com>2024-01-08 16:31:54 +0200
commitc814bf2fcf2df1504333688e79c51fc6b65441fa (patch)
treec366fc1634141df802821da88f7d3f3be61be917
parente4f063f685775626f14c712770a11b73fd39a6d4 (diff)
documents/README: Delete erroneous section.
As reported in issue #3298.
-rw-r--r--documents/README.org13
1 files changed, 0 insertions, 13 deletions
diff --git a/documents/README.org b/documents/README.org
index 372c20313..633b25468 100644
--- a/documents/README.org
+++ b/documents/README.org
@@ -17,7 +17,6 @@
- [[#fetch-the-source-code][Fetch the source code]]
- [[#compile][Compile]]
- [[#using-the-makefile][Using the Makefile]]
- - [[#using-lisp][Using Lisp]]
- [[#interacting-with-a-compiled-version-of-nyxt][Interacting with a compiled version of Nyxt]]
- [[#slime][SLIME]]
- [[#sly][SLY]]
@@ -216,18 +215,6 @@ The following command will build the Lisp core.
Inside the Makefile you'll find many options you can specify. Run ~make~
to display some documentation or see the [[../makefile][Makefile]] for more details.
-*** Using Lisp
-
-Start your Lisp and run the following commands:
-
-#+NAME: compile
-#+begin_src lisp
-(asdf:make :nyxt/gtk-application)
-#+end_src
-
-Your Lisp implementation must have produced an executable in the directory where
-the =.asd= file is located.
-
** Interacting with a compiled version of Nyxt
After compiling Nyxt or installing it in some other way, you can use SLIME or