From 98f8ceac1695f2615a1f681d8804dad606eaabdd Mon Sep 17 00:00:00 2001 From: Nolan Prescott Date: Sat, 30 Mar 2019 15:37:27 -0400 Subject: [PATCH] touch up README --- README.md | 31 +++++++++++++++++++++++++++++++ README.org | 27 --------------------------- 2 files changed, 31 insertions(+), 27 deletions(-) create mode 100644 README.md delete mode 100644 README.org diff --git a/README.md b/README.md new file mode 100644 index 0000000..4945ec9 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# Yet Another Pastebin + +glue-boy is an internet pastebin intended to share ephemeral text +between people. Historically, it has been used for sharing [snippets +and +stacktraces](https://idle.nprescott.com/2015/snippets-and-stack-traces.html). + +A version is hosted at [glue.nprescott.com](https://glue.nprescott.com). + +This iteration (the 3rd) of glue-boy is built on +[Klein](https://github.com/twisted/klein), sqlite and Python 3. + +## Installation +``` +pip install -r requirements.txt +``` + +and then and you're off and running + +To initialize the database (required): + +``` +sqlite3 glues.sqlite