Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Mar 22, 2020
1 parent faab8d5 commit 19d0f52
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ A free software for Jalali and shamsi date to get current date in jalali calenda
- Getting name of days (day of week)
- Getting name of months

## Using

#### $ jdate --auto
```
1399/1/3 - فروردين - يکشنبه
```

#### $ jdate 2020 03 22
```
1399/1/3 - فروردين - يکشنبه
```

## Compiling

```
$ cd src/
$ gcc jdate.c -o jdate -O3
$ move jdate /usr/bin/
```

## Dependencies

It will use `$ date` if you have `--auto` argument.

---------

# Max Base
Expand Down

0 comments on commit 19d0f52

Please sign in to comment.