diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-07-02 17:52:38 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-07-02 17:52:38 -0400 |
commit | 7d163c194145e446944d998a0a1452e3179a3d00 (patch) | |
tree | 549042aafbf478e003c7c459b2adbf57a0656893 | |
parent | 9c149534389845412fbfb305b8a6f00923009c4b (diff) | |
download | splitfits-7d163c194145e446944d998a0a1452e3179a3d00.tar.gz |
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 |