Skip to content

Commit 064e9a1

Browse files
committed
Update readme
1 parent f5fd3da commit 064e9a1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,18 @@ Build the main DevKt repo first:
1717
$ gradlew jar
1818
```
1919

20-
Then copy the built jar under `build/libs` to the `lib` directory in this repo and build this repo:
20+
Then copy the built jar under `common/build/libs` to the `lib` directory in this repo and build this repo:
2121

2222
```
2323
$ gradle jar
2424
```
2525

2626
Then load both jars in one JVM.
2727

28+
You can do it by putting the covscript-devkt jar under `common/plugins`, and use
29+
30+
```
31+
$ gradlew :swing:run
32+
```
33+
2834
Now you can edit CovScript files in DevKt!

0 commit comments

Comments
 (0)