asciiflow2/README.md

22 lines
302 B
Markdown
Raw Normal View History

2019-06-24 11:49:39 +00:00
# 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).