Merge pull request #15 from justinotherguy/master

Thanks again!
This commit is contained in:
Steffen Vogel 2017-02-09 19:00:45 -03:00 committed by GitHub
commit 264409780b

View file

@ -9,7 +9,7 @@ See manpage calcelestial(1) and the [blog entry](https://www.noteblok.net/2012/1
### Linux
```
sudo apt-get install -y libnova-dev libcurl4-openssl-dev libjson-c-dev libdb-dev autoconf
sudo apt-get install -y libnova-dev libcurl4-openssl-dev libjson-c-dev libdb-dev autoconf make gcc
autoreconf -i && ./configure && make install
````
### macOS