Skip to content

Commit

Permalink
chore: Rename the project to simply 'season'
Browse files Browse the repository at this point in the history
Rename the project and repo in preparation for release.
  • Loading branch information
4nickel committed Dec 4, 2019
1 parent bf0d2b6 commit 2336365
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# The name of your main file will also be the name of
# the output file. Libraries don't *really* have a main
# file, but you know what I mean.
MAIN=meeus-season
MAIN=season

# The default target. It's important to adjust this to
# your needs. Predefined values are:
Expand Down
24 changes: 13 additions & 11 deletions README.md
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.

0 comments on commit 2336365

Please sign in to comment.