Skip to content

Commit

Permalink
Merge pull request #374 from firefly-cpp/platform-specific-packages
Browse files Browse the repository at this point in the history
Update alternative install options
  • Loading branch information
jspaaks authored Feb 12, 2024
2 parents 5a33774 + ce0915e commit 60ee9bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/alternative-install-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,20 @@ cd <where your CITATION.cff is>
docker run --rm -ti -v ${PWD}:/app cffconvert
```

### Platform-specific packages

#### Alpine Linux

To install cffconvert on Alpine Linux, use:

```sh
apk add cffconvert
```

#### Fedora Linux

To install cffconvert on Fedora Linux, use:

```sh
dnf install cffconvert
```

0 comments on commit 60ee9bf

Please sign in to comment.