From e7a1afc966453f371d4d3dd188a7788d4cb1ddb5 Mon Sep 17 00:00:00 2001 From: Maxime MORGE <maxime.morge@univ-lille.fr> Date: Fri, 7 Mar 2025 10:31:06 +0100 Subject: [PATCH] Update README.md --- README.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 41e842c..b83b479 100755 --- a/README.md +++ b/README.md @@ -6,32 +6,21 @@ We study the problem of allocating concurrent tasks. ## Requirements -In order to run SMASTA+ you need: +In order to run SCATA you need: - the Java virtual machine [JVM 17.0.2](http://www.oracle.com/technetwork/java/javase/downloads/index.html) - - the programming language [Scala 2.13.15](http://www.scala-lang.org/download/) - the interactive build tool [SBT 1.6.2](http://www.scala-sbt.org/download.html) ## Dependencies -SMASTA+ is built upon: +SCATA is built upon: - some Scala libraries, i.e [Scala Java-Time](https://github.com/cquiroz/scala-java-time), [ScalaTest](https://www.scalatest.org/) and [uPickle](https://github.com/com-lihaoyi/upickle) -## Run - - java -jar TODO.jar org.TODO - -Usage: - - Usage: java -jar TODO.jar org.TODO -v -m - The following options are available: - -v: verbose (false by default) - ## Installation @@ -41,12 +30,8 @@ Compile then - sbt "run org.scata.TODO - - -eventually + sbt run - sbt assembly ## License -- GitLab