nrepl / piggieback

nREPL support for ClojureScript REPLs
480 stars 48 forks source link

README: Add notes about starting CLJS REPL #113

Closed rmoehn closed 4 years ago

rmoehn commented 4 years ago

When I tried to set up a CLJS REPL in Cursive for the first time, I only followed the instructions in section ‘Installation’. It didn't work. Then I went only through a variation of the steps in section ‘Usage’. It didn't work. Then I became hysterical and tried anything and looked everywhere I could think of. Finally I realized that I needed to start an nREPL, then connect to it, then start the CLJS REPL within it.

Add a few sentences that will hopefully save other people a similar odyssey.

codecov-io commented 4 years ago

Codecov Report

Merging #113 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #113   +/-   ##
=======================================
  Coverage   83.33%   83.33%           
=======================================
  Files           1        1           
  Lines          12       12           
  Branches        1        1           
=======================================
  Hits           10       10           
  Misses          1        1           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a6b37e6...0db9cf3. Read the comment docs.