Skip to content

Commit a75fffc

Browse files
committed
Remove Boot instructions
1 parent b15e886 commit a75fffc

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,6 @@ Add the following, either in your project's `project.clj`, or in the `:user` pr
3030
[cider/cider-nrepl "0.25.9"]]
3131
```
3232

33-
### Adding the middleware via Boot
34-
35-
Add the following in `~/.boot/profile.boot`:
36-
37-
```clojure
38-
(require 'boot.repl)
39-
40-
(swap! boot.repl/*default-dependencies* conj
41-
'[refactor-nrepl "3.3.1"]
42-
'[cider/cider-nrepl "0.25.9"])
43-
44-
(swap! boot.repl/*default-middleware* conj
45-
'refactor-nrepl.middleware/wrap-refactor)
46-
```
47-
4833
### Embedded nREPL
4934

5035
You may want launch your own nREPL server with CIDER and refactor-nrepl in it. You'll be able to [`cider-connect`](https://github.com/clojure-emacs/cider/blob/6a17686799b7ef97bc15fa041016421e5c875bfb/cider.el#L1150) to said server.
@@ -387,7 +372,7 @@ An extensive changelog is available [here](CHANGELOG.md).
387372

388373
## License
389374

390-
Copyright © 2013-2021 Benedek Fazekas, Magnar Sveen, Alex Baranosky, Lars Andersen, Bozhidar Batsov
375+
Copyright © 2013-2022 Benedek Fazekas, Magnar Sveen, Alex Baranosky, Lars Andersen, Bozhidar Batsov
391376

392377
Distributed under the Eclipse Public License, the same as Clojure.
393378

0 commit comments

Comments
 (0)