stagit

- static git page generator
git clone git://git.acid.vegas/stagit.git
Log | Files | Refs | Archive | README | LICENSE

commit b8e04ff4cb85629cca89e7402548d84da4f98b71
parent 6a15ce038e7dbe11246cb35b46f19bc42ee33204
Author: acidvegas <acid.vegas@acid.vegas>
Date: Wed, 28 Jun 2023 02:24:49 -0400

Updated README

Diffstat:
MREADME.md | 9+++++----

1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
@@ -18,13 +18,15 @@ make
 sudo make install
 ```
 
+**NOTE**: The [/assets/](https://github.com/acidvegas/stagit/tree/master/assets) directory contains various scripts for deployment usage.
+
 ###### New Features
 - [X] Markdown rendering to HTML for README files
 - [ ] Syntax hilighting
 - [X] Repository categories
-- [ ] Direct download to repository tar.gz
+- [X] Direct download to repository tar.gz
 - [X] Style changes
-- [ ] Raw file viewing
+- [ ] Raw file viewing *(will tackle this one next commit)*
 
 ###### Fixes
 - [ ] Clickable heading *(h1-h6)* links in README *(md4c does not FULLY transform markdown)*
@@ -34,4 +36,4 @@ sudo make install
 ###### Props
 - Hiltjo Posthuma *(orignal author of [stagit](https://codemadness.org/git/stagit/))*
 - Larry Burns *([stagit-md](https://github.com/lmburns/stagit-md))*
-- Oscar Benedito *([md4c implementation](https://oscarbenedito.com/blog/2020/08/adding-about-pages-to-stagit/))*
-\ No newline at end of file
+- Oscar Benedito *([md4c implementation](https://oscarbenedito.com/blog/2020/08/adding-about-pages-to-stagit/))*