From 81a9aee3aa65a0bc7aa425e12ba22cb5e853df52 Mon Sep 17 00:00:00 2001 From: sudan Date: Mon, 25 Jan 2016 18:43:51 +0800 Subject: smaller font --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f1bdbab --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +### Flask-Pastebin + +This is a fork of [mitsuhiko/pastebin](https://github.com/mitsuhiko/flask-pastebin) + +#### How to use + + 1. make a virtualenv + 2. `pip install -r requirements.txt` + 3. `cp config.cfg.tpl config.cfg` + 4. `python manage.py initdb` + 5. `python manage.py server` -- cgit