Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Jul 17, 2024
1 parent dafdb6e commit 75e6577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

# Refinery

[![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)
[![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)

Refinery provides consistent graph model generation by partial model _refinement_.

See the [Refinery tutorial](https://github.com/graphs4value/refinery-tutorials/tree/main/filesystem) for more information.
See the [Refinery tutorial](https://tools.refinery/learn/tutorials) for more information.

## [Graph-Solver-as-a-Service](https://refinery.services)

Expand All @@ -26,7 +26,7 @@ docker run --rm -it -p 8888:8888 ghcr.io/graphs4value/refinery

Once 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.

Alternatively, you can follow the instructions in [CONTRIBUTING.md](CONTRIBUTING.md) to set up a local development environment and compile and run Refinery from source.
For 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.

## Related publications

Expand Down

0 comments on commit 75e6577

Please sign in to comment.