Skip to content

Commit

Permalink
Update readme and zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-luis-rs committed Jan 1, 2025
1 parent 89a34b3 commit 331bf74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"related_identifiers": [
{
"identifier": "https://github.com/FairRootGroup/FairSoft/",
"relation": "isDerivedFrom",
"relation": "isCompiledBy",
"resource_type": "software",
"scheme": "url"
},
Expand All @@ -56,7 +56,7 @@
},
{
"identifier": "https://gitlab.com/chalmers-subexp/ucesb/",
"relation": "isRelatedTo",
"relation": "isSupplementedBy",
"resource_type": "software",
"scheme": "url"
},
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please ask your questions, request features, and report issues by [creating a gi
## Code Formatting
The AsyEOS project (as part of R3BRoot) uses clang-format-15 to ensure a common code formatting. The script "apply-format.sh" can be used for this purpose:
~~~bash
source apply-format.sh
bash apply-format.sh
~~~

## Step by Step Installation
Expand All @@ -29,11 +29,11 @@ source apply-format.sh

First, you will need to install FairSoft, FairRoot and R3BRoot. For more details:

1. Install [FairSoft](https://github.com/FairRootGroup/FairSoft)
1. Install [FairSoft](https://github.com/FairRootGroup/FairSoft), required version Nov22p1 or later

2. Install [FairRoot](http://fairroot.gsi.de)
2. Install [FairRoot](https://github.com/FairRootGroup/FairRoot), required version 18.2.1 or later

3. Install [R3BRoot](https://github.com/R3BRootGroup/R3BRoot)
3. Install [R3BRoot](https://github.com/R3BRootGroup/R3BRoot), required version jun24 or later

### Installation of AsyEOS as part of R3BRoot

Expand Down

0 comments on commit 331bf74

Please sign in to comment.