Add readme.
README.md
| 1 | 1 | # guile-pastebin | |
| 2 | 2 | A very simple pastebin written in Guile Scheme. | |
| 3 | + | ||
| 4 | + | ## How to run | |
| 5 | + | ||
| 6 | + | Execute `guile -L . -e run-pastebin main.scm <DATA_DIR>` and then | |
| 7 | + | browse to `http://localhost:8080`. | |
| 8 | + | ||
| 9 | + | `<DATA_DIR>` is a writable filesystem location you want to use to | |
| 10 | + | store pastes. If it doesn't exist, it will be created. | |
| 11 | + | ||
| 12 | + | It was tested on Guile 2.2.7 and 3.0.7. Many thanks to the Guile | |
| 13 | + | development team for such great software. |