aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2024-07-17 22:09:50 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2024-07-17 22:10:43 +0200
commitaa02e32df9302897ccc85bee9d75bd1223ded0cb (patch)
treee80c797d3e8d8977abdbe42bd730caa33fe2cea7
parentchore: bump version number (diff)
downloadrefinery-aa02e32df9302897ccc85bee9d75bd1223ded0cb.tar.gz
refinery-aa02e32df9302897ccc85bee9d75bd1223ded0cb.tar.zst
refinery-aa02e32df9302897ccc85bee9d75bd1223ded0cb.zip
docs: update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 23574886..d81fc9e2 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,11 @@
6 6
7# Refinery 7# Refinery
8 8
9[![Build](https://github.com/graphs4value/refinery/actions/workflows/build.yml/badge.svg)](https://github.com/graphs4value/refinery/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=graphs4value_refinery&metric=alert_status)](https://sonarcloud.io/dashboard?id=graphs4value_refinery) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=graphs4value_refinery&metric=coverage)](https://sonarcloud.io/dashboard?id=graphs4value_refinery) 9[![Build](https://github.com/graphs4value/refinery/actions/workflows/build.yml/badge.svg)](https://github.com/graphs4value/refinery/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=graphs4value_refinery&metric=alert_status)](https://sonarcloud.io/dashboard?id=graphs4value_refinery) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=graphs4value_refinery&metric=coverage)](https://sonarcloud.io/dashboard?id=graphs4value_refinery) [![Maven Central](https://img.shields.io/maven-central/v/tools.refinery/refinery-bom?logo=apache-maven&label=Maven%20Central&color=blue)](https://central.sonatype.com/namespace/tools.refinery)
10 10
11Refinery provides consistent graph model generation by partial model _refinement_. 11Refinery provides consistent graph model generation by partial model _refinement_.
12 12
13See the [Refinery tutorial](https://github.com/graphs4value/refinery-tutorials/tree/main/filesystem) for more information. 13See the [Refinery tutorial](https://refinery.tools/learn/tutorials) for more information.
14 14
15## [Graph-Solver-as-a-Service](https://refinery.services) 15## [Graph-Solver-as-a-Service](https://refinery.services)
16 16
@@ -26,7 +26,7 @@ docker run --rm -it -p 8888:8888 ghcr.io/graphs4value/refinery
26 26
27Once Docker pulls and starts the container, you can navigate to [http://localhost:8888](http://localhost:8888) to open the model generation interface and start editing. 27Once Docker pulls and starts the container, you can navigate to [http://localhost:8888](http://localhost:8888) to open the model generation interface and start editing.
28 28
29Alternatively, you can follow the instructions in [CONTRIBUTING.md](CONTRIBUTING.md) to set up a local development environment and compile and run Refinery from source. 29For more information, see [our webpage](https://refinery.tools/learn/docker/). Alternatively, you can [build Java applications with Refinery](https://refinery.tools/develop/java/) or [set up a local development environment](https://refinery.tools/develop/contributing/) to compile and run Refinery from source.
30 30
31## Related publications 31## Related publications
32 32