Skip to content

Commit

Permalink
update of README
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Jun 29, 2022
1 parent 95f06eb commit bb99080
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository stores the dev version with up-to-date documentation available [

### CLI app

For stable release versions we automatically prepare binaries that can be downloaded and run.
For stable release versions we automatically prepare statically built binaries that can be downloaded and run directly.

You can download them here: [ [Linux 📥](https://github.com/nevrome/currycarbon/releases/latest/download/currycarbon-Linux) | [macOS 📥](https://github.com/nevrome/currycarbon/releases/latest/download/currycarbon-macOS) | [Windows 📥](https://github.com/nevrome/currycarbon/releases/latest/download/currycarbon-Windows.exe) ]. Older release versions are available [here](https://github.com/nevrome/currycarbon/releases).

Expand All @@ -29,10 +29,11 @@ chmod +x currycarbon-Linux
```

```
currycarbon v0.2.1.0 (UTF-8)
Method: Bchron {distribution = StudentTDist {ndf = 100.0}}
Curve: IntCal20
Calibrating...
DATE: 4990±30BP
DATE: Sample1:4990±30BP
Calibrated: 3936BC >> 3794BC > 3757BC < 3662BC << 3654BC
1-sigma: 3794-3707BC, 3666-3662BC
2-sigma: 3936-3874BC, 3804-3697BC, 3684-3654BC
Expand Down Expand Up @@ -110,9 +111,9 @@ Available options:
(!) input date in a wide matrix format
```

### For developers
### For developers who want to edit the code

To install the latest development version you can follow these steps:
To install the latest development version (!) you can follow these steps:

1. Install the Haskell build tool [Stack](https://docs.haskellstack.org/en/stable/README/)
2. Clone the repository
Expand Down

0 comments on commit bb99080

Please sign in to comment.