Skip to content

Commit

Permalink
[minor] Update README.md
Browse files Browse the repository at this point in the history
minor clarification for transactor
  • Loading branch information
codeGlaze committed Mar 29, 2024
1 parent 4febabf commit cdca12f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ You can use the community edition of [IntelliJ IDEA](https://www.jetbrains.com/i
You can use the open source edition of [Visual Studio Code](https://code.visualstudio.com/Download) with the Calva: Clojure & ClojureScript Interactive Programming, Clojure Code, and Bookmarks Extensions.

To start REPL with VS Code:
* first launch datomic in a cmd window with the transactor snippet above
* first launch datomic in a cmd window with the transactor snippet from above: `bin\transactor config/samples/free-transactor-template.properties`
* you can also just add that to a `.ps1` file inside your project for easier reference eg. `run-datomic ps1`
* THEN jack-in using the `Leiningen + Legacy Figwheel`, `figwheel-native`, and select the `:dev` and optionally `:start-server`

### REPL
Expand Down

0 comments on commit cdca12f

Please sign in to comment.