aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-07-02 17:55:06 -0400
committerGitHub <noreply@github.com>2020-07-02 17:55:06 -0400
commit372e1cc5f712c2096f2419905a64c727b473ae5a (patch)
tree549042aafbf478e003c7c459b2adbf57a0656893
parent9c149534389845412fbfb305b8a6f00923009c4b (diff)
parent7d163c194145e446944d998a0a1452e3179a3d00 (diff)
downloadsplitfits-372e1cc5f712c2096f2419905a64c727b473ae5a.tar.gz
Merge pull request #5 from jhunkeler/update-readme
Update non-cmake instructions
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 066c951..7e6a19b 100644
--- a/README.md
+++ b/README.md
@@ -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