From b8e04ff4cb85629cca89e7402548d84da4f98b71 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Wed, 28 Jun 2023 02:24:49 -0400 Subject: [PATCH] Updated README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b4118d..ecf3439 100644 --- 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/))*