diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8743fd --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# gistatic + +Static Git repository generator + +Generate static HTML pages for online hosting of a repository with +static files only. + +## Usage + +Generate static HTML website for Git repository: + +```shell +$ cd path/to/git/repo/ +$ gistatic -o public/ +``` + +## Installation + +Get the latest tarball and install it: + +``` +wget https://euandreh.xyz/gistatic/tarballs/gistatic-main.tar.gz +tar xvf gistatic-main.tar.gz +cd gistatic-main/ +make +[sudo] make install +``` + +## Documentation + +Documentation available via installed manpages, also available online: [`gistatic.1`](gistatic.1.html). |