Skip to content

Commit e73110b

Browse files
Update README
1 parent d4e4c5d commit e73110b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clj-java-decompiler
1+
# clj-java-decompiler [![CircleCI](https://dl.circleci.com/status-badge/img/gh/clojure-goes-fast/clj-java-decompiler/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/clojure-goes-fast/clj-java-decompiler/tree/master)
22

33
_You can read the motivation behind clj-java-decompiler and the usage example in
44
the
@@ -170,13 +170,15 @@ program with ND's agent on the classpath.
170170

171171
So, you can't decompile an existing function definition with CJD. But if you are
172172
using CIDER, you can jump to the definition of the function you want to
173-
decompile, disable read-only mode (<kbd>C-x C-q</kbd>), wrap the `defn` form
174-
with `clj-java-decompiler.core/decompile` and recompile the form (<kbd>C-c
175-
C-c</kbd>).
173+
decompile and call `M-x clj-decompiler-decompile` on it. Alternatively, if you
174+
don't use `clj-decompiler.el`, you can disable read-only mode (<kbd>C-x
175+
C-q</kbd>) in the buffer of the existing function you want to decompile, wrap
176+
the `defn` form with `clj-java-decompiler.core/decompile` and recompile the form
177+
(<kbd>C-c C-c</kbd>).
176178

177179
## License
178180

179181
clj-java-decompiler is distributed under the Eclipse Public License.
180182
See [LICENSE](LICENSE).
181183

182-
Copyright 2018-2020 Alexander Yakushev
184+
Copyright 2018-2022 Alexander Yakushev

0 commit comments

Comments
 (0)