A simple program for handling Ethiopian calendar dates.
# Mek’ut’erīya
A simple program for handling Ethiopian calendar dates.
## Run it with Nix
```bash
nix run nixpkgs#mekuteriya
````
## Installation
```sh
cargo install --git
github.com
```
If you don't have Rust installed, you can use the pre-built binaries from the releases page.
Download the binary for your platform.
- If you are on windows download the file that ends with `x86_64-pc-windows-gnu.zip`
- If you are on linux download one of the files ends with `x86_64-unknown-linux-musl.tar.gz`
If you are on linux, you can use the following command to extract the binary from the archive:
```sh
tar xvf
```
## Demo
## Source
- Formula for converting Ethiopian date from and to Julian day number
- Formula for converting Gregorian date from and to Julian day number
- Test Data