Fork me on GitHub
#unrepl
<
2017-05-18
>
cgrand14:05:22

# How to upgrade a repl to unrepl 

Once you have a connection to a REPL, you send the content of the resource file `unrepl/blob.clj` to it (the file is not present in the repository but should be present in the artifact, it's generated by `lein unrepl-make-blob`).

Either you get `[:unrepl.upgrade/failed]` or `[:unrepl/hello ...]` on the repl output. Upon failure you are back in the repl you started from.

cgrand14:05:05

@pesterhazy is this simple enough?

pesterhazy16:05:42

@cgrand, perfect 🙂