diff --git a/INSTALL b/INSTALL index b5758a1..7ca4d68 100644 --- a/INSTALL +++ b/INSTALL @@ -8,8 +8,8 @@ any *nix system. To compile and install run: -$ gzip -cd gophernicus-*.tar.gz | tar xvf - -$ cd gophernicus-* +$ git clone https://github.com/kimholviala/gophernicus.git +$ cd gophernicus $ make $ sudo make install diff --git a/Makefile b/Makefile index 9e6fbe6..8d17baa 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ files.h: bin2c clean: clean-build clean-deb clean-build: - rm -f $(BINARY) $(OBJECTS) $(PACKAGE)-*.tar.gz $(HEADERS) README.options bin2c + rm -f $(BINARY) $(OBJECTS) $(HEADERS) README.options bin2c clean-deb: if [ -d debian/$(PACKAGE) ]; then fakeroot debian/rules clean; fi