Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ensaremirerol committed Jan 30, 2025
1 parent 6e2fd68 commit 540e85d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ single executable using Nuitka.

- Latest Java Runtime Environment (JRE) or Java Development Kit (JDK) to use the
[RMLMapper](https://github.com/RMLio/rmlmapper-java)

- This is required to generate RML mappings.

- For MacOS, you need system version 15.0(Sequoia) or later to run the
executable.

## Installation 🚀

From [Releases](https://github.com/MaastrichtU-IDS/RDFCraft/releases) page,
Expand Down Expand Up @@ -61,10 +65,12 @@ You can either use Codespaces or a local devcontainer to start developing.
For Codespaces, just open the repository in Codespaces and you are good to go.
For local devcontainer, you need to have Docker installed on your machine. Then clone the repository and run the following command and open the repository in VSCode. It should prompt you to open the repository in a devcontainer.
Or you can use Command Palette (Ctrl/Command+Shift+P) and search for `Dev Container: Reopen in Container`.
For local devcontainer, you need to have Docker installed on your machine. Then
clone the repository and run the following command and open the repository in
VSCode. It should prompt you to open the repository in a devcontainer.
Or you can use Command Palette (Ctrl/Command+Shift+P) and search for
`Dev Container: Reopen in Container`.
### Manual Installation
Expand Down
12 changes: 9 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ single executable using Nuitka.

- Latest Java Runtime Environment (JRE) or Java Development Kit (JDK) to use the
[RMLMapper](https://github.com/RMLio/rmlmapper-java)

- This is required to generate RML mappings.

- For MacOS, you need system version 15.0(Sequoia) or later to run the
executable.

## Installation 🚀

From [Releases](https://github.com/MaastrichtU-IDS/RDFCraft/releases) page,
Expand Down Expand Up @@ -61,10 +65,12 @@ You can either use Codespaces or a local devcontainer to start developing.
For Codespaces, just open the repository in Codespaces and you are good to go.
For local devcontainer, you need to have Docker installed on your machine. Then clone the repository and run the following command and open the repository in VSCode. It should prompt you to open the repository in a devcontainer.
Or you can use Command Palette (Ctrl/Command+Shift+P) and search for `Dev Container: Reopen in Container`.
For local devcontainer, you need to have Docker installed on your machine. Then
clone the repository and run the following command and open the repository in
VSCode. It should prompt you to open the repository in a devcontainer.
Or you can use Command Palette (Ctrl/Command+Shift+P) and search for
`Dev Container: Reopen in Container`.
### Manual Installation
Expand Down

0 comments on commit 540e85d

Please sign in to comment.