diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-07-02 17:55:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 17:55:06 -0400 |
commit | 372e1cc5f712c2096f2419905a64c727b473ae5a (patch) | |
tree | 549042aafbf478e003c7c459b2adbf57a0656893 | |
parent | 9c149534389845412fbfb305b8a6f00923009c4b (diff) | |
parent | 7d163c194145e446944d998a0a1452e3179a3d00 (diff) | |
download | splitfits-372e1cc5f712c2096f2419905a64c727b473ae5a.tar.gz |
Merge pull request #5 from jhunkeler/update-readme
Update non-cmake instructions
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ $ make install ## Without cmake ```sh +$ sed "s/@GIT_VERSION@/$(git describe --always --long --tags)/" version.h.in > version.h $ cc -o splitfits splitfits.c $ ./test.sh $ install -m 755 splitfits /usr/local/bin |