-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Rename the project to simply 'season'
Rename the project and repo in preparation for release.
- Loading branch information
Showing
3 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
#### Calculate the date and time of solstices and equinoctes. | ||
###### Based on "Astronomical Algorithms" by Jean Meeus. | ||
|
||
The calculated dates and times are astronomical. Note that your official calendar seasons are subject to local regulation. | ||
The calculated dates and times are astronomical. Your official calendar seasons are subject to local regulation. | ||
|
||
###### Usage: | ||
```meeus-season [spring|summer|autumn|winter] year``` | ||
##### Usage: | ||
``` | ||
season [all|spring|summer|autumn|winter] year | ||
``` | ||
|
||
###### Installation: | ||
##### Installation: | ||
```sh | ||
git clone https://github.com/4nickel/meeus-season | ||
cd meeus-season | ||
make | ||
$ git clone https://github.com/4nickel/season | ||
$ cd season | ||
$ make | ||
``` | ||
Find the binary in ```bin``` and copy it to your ```$PATH```: | ||
Find the binary in ``bin`` and copy it to your ``$PATH``: | ||
```sh | ||
cp bin/meeus-season ~/.local/bin | ||
$ cp bin/season ~/.local/bin | ||
``` | ||
|
||
###### Examples: | ||
##### Examples: | ||
```sh | ||
$ meeus-season spring 2019 | ||
$ season spring 2019 | ||
2019-03-20@21:57 | ||
```` |
File renamed without changes.