From 7d163c194145e446944d998a0a1452e3179a3d00 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 2 Jul 2020 17:52:38 -0400 Subject: Update non-cmake instructions --- README.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit