Skip to content

Commit fc0ed77

Browse files
authored
Merge pull request #2 from SplotyCode/patch-1
Fix link to Bismuth repo
2 parents 82c9f27 + e03eb0d commit fc0ed77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Important Notice
22

33
> [!IMPORTANT]
4-
> LoRe development moved to the [REScala monorepo](https://github.com/rescala-lang/REScala/tree/master/Modules/Lore) which combines all projects related to distributed systems programming done at STG at TU Darmstadt.
4+
> LoRe development moved to the [Bismuth monorepo](https://github.com/stg-tud/Bismuth/tree/main/Modules/Lore) which combines all projects related to distributed systems programming done at STG at TU Darmstadt.
55
> For now, this repository will stay as is and the old readme is kept below.
66
77
# LoRe
@@ -137,4 +137,4 @@ $ docker run --rm --volume "$PWD":/pwd --entrypoint sbt -it localhost/lore
137137

138138
Inside this sbt session, we can, e.g., run tests using `test` or compile the project to a fat jar using `assembly`.
139139
This jar will reside under `target/scala-3.2.1/lore-assembly-0.1.0-SNAPSHOT` and can be used as a command-line application when executed with `java -jar`.
140-
This way, we can produce an executable that provides the same interface as the lore docker image.
140+
This way, we can produce an executable that provides the same interface as the lore docker image.

0 commit comments

Comments
 (0)