Skip to content

Commit

Permalink
Merge pull request #122 from neicnordic/docs/small-readme-changes
Browse files Browse the repository at this point in the history
join instructions for linux and macos
  • Loading branch information
blankdots authored Feb 26, 2024
2 parents 581770b + ddb1e90 commit 06c733a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ Current version of specs can be found [here](http://samtools.github.io/hts-specs

## Installation

### Linux
```
curl -fsSL https://raw.githubusercontent.com/neicnordic/crypt4gh/master/install.sh | sudo sh
```

### MacOS
### Linux / MacOS
```
curl -fsSL https://raw.githubusercontent.com/neicnordic/crypt4gh/master/install.sh | sudo sh
```
Expand Down Expand Up @@ -58,6 +53,8 @@ crypt4gh [generate | encrypt | decrypt | reencrypt] <args>

### Examples

Examples on how to make use of the crypt4gh library are in the [examples](examples/) folder

#### Generate Keys
```
crypt4gh generate -n=recipient-A
Expand Down

0 comments on commit 06c733a

Please sign in to comment.