rusty-notes 1.1.0

A markdown web-interface reader.
# Rusty Notes

A local simple **Markdown** web interface.

![rusty-notes](assets/img/rusty-notes-ss.png)

## Install & Setup

```
cargo install -f rusty-notes
```

## Run Server

```bash
export RUSTY_SERVER_ADDR=127.0.0.1:7777
export RUSTY_DIR_NOTES="$HOME/rusty-notes"
export RUSTY_DIR_TEMPLATES="$HOME/rusty-notes/static/templates"
nohup rusty-notes > /tmp/rusty-notes.log &
```