emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 8023414f9b: installation.adoc: mention full JDK as a


From: ELPA Syncer
Subject: [nongnu] elpa/cider 8023414f9b: installation.adoc: mention full JDK as a prerequisite
Date: Thu, 18 May 2023 10:01:45 -0400 (EDT)

branch: elpa/cider
commit 8023414f9bf971ccd374a455e7660c136b9b11ce
Author: vemv <vemv@users.noreply.github.com>
Commit: vemv <vemv@users.noreply.github.com>

    installation.adoc: mention full JDK as a prerequisite
    
    Closes https://github.com/clojure-emacs/cider/pull/3340
---
 doc/modules/ROOT/pages/about/compatibility.adoc | 2 +-
 doc/modules/ROOT/pages/basics/installation.adoc | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/modules/ROOT/pages/about/compatibility.adoc 
b/doc/modules/ROOT/pages/about/compatibility.adoc
index 02d04b916b..899bdb957a 100644
--- a/doc/modules/ROOT/pages/about/compatibility.adoc
+++ b/doc/modules/ROOT/pages/about/compatibility.adoc
@@ -24,7 +24,7 @@ by Oracle.
 
 NOTE: The requirements for Java are pretty much ``cider-nrepl``'s requirements.
 
-On Linux you are also strongly advised to make sure that JDK sources and 
javadocs are installed.
+On Linux you are also required to make sure that JDK sources and javadocs are 
installed.
 You can find example commands in 
xref:troubleshooting.adoc#navigation-to-jdk-sources-doesnt-work[Troubleshooting].
 
 == Clojure
diff --git a/doc/modules/ROOT/pages/basics/installation.adoc 
b/doc/modules/ROOT/pages/basics/installation.adoc
index af1ff944a2..182906cbb1 100644
--- a/doc/modules/ROOT/pages/basics/installation.adoc
+++ b/doc/modules/ROOT/pages/basics/installation.adoc
@@ -20,6 +20,9 @@ You'll also need a recent version of either the Clojure CLI 
tools or your
 favorite build tool (Leiningen, Boot, or Gradle) to be able to start CIDER via
 `cider-jack-in`. Generally it's a good idea to use the latest stable versions.
 
+On Linux you are also required to make sure that JDK sources and javadocs are 
installed.
+You can find example commands in 
xref:troubleshooting.adoc#navigation-to-jdk-sources-doesnt-work[Troubleshooting].
+
 == Installation via package.el
 
 CIDER is available on all major `package.el` community



reply via email to

[Prev in Thread] Current Thread [Next in Thread]