Skip to content

Commit d541bc1

Browse files
behricabbatsov
authored andcommitted
Update up_and_running.adoc
An other way to express the limit of cider-jack-in
1 parent 54952d1 commit d541bc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/modules/ROOT/pages/basics/up_and_running.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ CIDER figures out this by parsing the output from the command and waiting for a
4141
TIP: You can see the exact command that `cider-jack-in` invoked in your minibuffer, while
4242
waiting for nREPL to start. You can also find this command in Emacs's `+*Messages*+` buffer.
4343

44+
IMPORTANT: `cider-jack-in` is mainly designed for local development with files on a local machine and
45+
the nREPL process running on the same machine. It has as well features to support various remote / container
46+
scenarious, see below. Due to the large variation of remote scenarious it cannot support all of them,
47+
so in some cases a manual nREPL start and usage of `cider-connect` is needed.
48+
49+
4450
In some cases one project might have multiple project markers in it - e.g. `project.clj` and `deps.edn`.
4551
When this happens CIDER will prompt you to select the build tool to use. You can override this behavior
4652
by setting the variable `cider-preferred-build-tool`. While you can set it globally in your Emacs config,

0 commit comments

Comments
 (0)