From ae129f717c8b11a695b045d2b56850026b7a60a6 Mon Sep 17 00:00:00 2001 From: haskal Date: Mon, 24 Jun 2019 13:49:39 +0200 Subject: [PATCH] Update readme --- README | 15 --------------- README.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 15 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index b9a328b..0000000 --- a/README +++ /dev/null @@ -1,15 +0,0 @@ -Follow the instructions to get asciiflow running locally. - -Compile the javascript: -~/asciiflow2$ ./compile.sh - -If you get a permissions error: -~/asciiflow2$ chmod a+x closure-compiler.jar - -Run a simple web server: -~/asciiflow2$python -m SimpleHTTPServer - -Goto: http://localhost:8000/index.html - -When developing, use the Google JS linter, gjslint. - diff --git a/README.md b/README.md new file mode 100644 index 0000000..871f04d --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Asciiflow2, haskal edition # + +Fork of https://github.com/lewish/asciiflow2 with google drive and analytics removed. + +## Build ## + +``` +make +``` + +## Run ## +``` +python3 -m http.server +``` + +## Deploy ## + +``` +make package +``` +Then copy release.tar.xz to wherever it needs to be deployed (eg, with nginx).