Skip to content

Commit

Permalink
Merge branch 'main' into fix/meta-table
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKl authored Nov 18, 2024
2 parents 086c3f0 + e453e19 commit 3a4ab90
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ and already provides a basic set of data handling modules.
Annatto is a command line program, which is available pre-compiled for Linux, Windows and macOS.
Download and extract the [latest release file](https://github.com/korpling/annatto/releases/latest) for your platform.

After extracting the binary to a directory of your choice, you can run the binary by opening a terminal and execute
```bash
<path-to-directory>/annatto
```
on Linux and macOS and
```bash
<path-to-directory>\annatto.exe
```
on Windows.
If the annatto binary is located in the current working directory, you can also just execute `./annatto` on Linux and macOS and `annatto.exe` on Windows.
In the following examples, the prefix to the path is omitted.

The main usage of annatto is through the command line interface. Run
```bash
annatto --help
Expand Down

0 comments on commit 3a4ab90

Please sign in to comment.