diff options
author | sudan <sudan@douban.com> | 2016-01-25 18:43:51 +0800 |
---|---|---|
committer | sudan <sudan@douban.com> | 2016-01-25 18:50:32 +0800 |
commit | 81a9aee3aa65a0bc7aa425e12ba22cb5e853df52 (patch) | |
tree | 093c478a1f77e7aec52f0fb930379798854f2245 /README.md | |
parent | code highlight (diff) | |
download | stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.tar.gz stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.tar.bz2 stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.zip |
smaller font
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
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` |