From 21a8dbdfcd5dd8f3e6571fcefc74883ad97ad6ff Mon Sep 17 00:00:00 2001 From: rakow Date: Tue, 12 Mar 2024 17:11:57 +0100 Subject: [PATCH 1/2] Update status badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a73a62..d61a154 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The MATSim Open Lausitz Scenario -![Build Status](https://github.com/matsim-scenarios/matsim-lausitz/workflows/build/badge.svg?branch=main) +[![build](https://github.com/matsim-scenarios/matsim-lausitz/actions/workflows/build.yaml/badge.svg)](https://github.com/matsim-scenarios/matsim-lausitz/actions/workflows/build.yaml) ![license](https://img.shields.io/github/license/matsim-scenarios/matsim-lausitz.svg) ![JDK](https://img.shields.io/badge/JDK-17+-green.svg) @@ -119,4 +119,4 @@ This will update your repository to the newest version. --- ## More information -For more information about MATSim, see here: https://www.matsim.org/ \ No newline at end of file +For more information about MATSim, see here: https://www.matsim.org/ From ab8d6621a2d13f578b669a811e89f270956ed8d1 Mon Sep 17 00:00:00 2001 From: rakow Date: Tue, 12 Mar 2024 17:24:54 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d61a154..abbf382 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ This will update your repository to the newest version. (Requires either cloning or downloading the repository.) -
- -

... using a runnable jar file

+
+ +### ... using a runnable jar file 1. Depending on the version of matsim-lausitz you have selected, you might have to create the jar file yourself. @@ -104,10 +104,10 @@ This will update your repository to the newest version. 1. "Edit..." (in the GUI) the config file. Re-run MATSim.
-
- -

... using an IDE, e.g. Eclipse, IntelliJ - Alternative 1: use cloned/downloaded matsim-lausitz repository

-
+
+ +### ... using an IDE, e.g. Eclipse, IntelliJ + 1. Set up the project in your IDE. 1. Make sure the project is configured as maven project.