diff --git a/README.md b/README.md index 4b7e439..53f01f6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -## `Flax` is renamed to `Melt` Now +# Note -`Melt` means `Meta Excellent Local Note System`. ( it may be renamed again ... ) +maybe this is a release, but the basic working flow hasn't been setup. +be patient, i will do it in the next week!!! -Here is a first cli demo. It just has some basic interface now. it doesn't have -any real function currently. +the markdown has been built, support basic header, link, img, block code, inline code.(will add more features to it) -This is not a formal release though. +but the parser hasn't been built. ## Part Preview - the init welcome page(use css framework) @@ -13,22 +13,22 @@ This is not a formal release though. ## Is there a demo page to view before i download it? -Yes, it is. Now the blog is not working. +Yes, it is. But now the blog is not working. after the markdown parser built, +i will do it soon. You can View my Blog [Here](https://memorytoco.github.io/Lasga/). -It is purely genereted by **melt** along with some css style and maybe some js. -But i'm not quite familiar with front end so it may be ugly. +i'm not quite familiar with front end so it may be ugly. > Because the melt is undering a big change, i'm unable to update the blog > now. Having changed to a new temp blog which is generated by Hexo. --> [Lago](https://memorytoco.github.io/Lago/) ## Get started 1. Clone the repository to your machine. -2. use `helper` bash script +2. use `melt-install` bash script ```shell -$ ./helper install # use this to install -$ ./helper uninstall # use this to uninstall +$ ./melt-install install # use this to install +$ ./melt-install uninstall # use this to uninstall ``` ## current status @@ -39,11 +39,12 @@ $ ./helper uninstall # use this to uninstall - [ ] add serve command * `9%` building `lesh` help system - [ ] build a fake shell for the system -* `3%` building markdown parser +* [x] building markdown parser * `15%` adding error trackers * `9%` adding unit test framework for melt ## maybe you are more interested on my temp blog + Here is it . --> [Lago](https://memorytoco.github.io/Lago/) <-- feel free to contact me @ **Memorytoco@gmail.com** ,i will get you around . diff --git a/helper b/melt-install similarity index 94% rename from helper rename to melt-install index bcfacc9..b00bd7d 100755 --- a/helper +++ b/melt-install @@ -1,5 +1,7 @@ #!/usr/bin/env bash +## this is the install script fo melt, will refine it later + if (( $# == 0)) ; then echo -e '\x1B[37;1msubcommand:' '\x1B[0m' echo ' 1) install'