diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..8ed5334 --- /dev/null +++ b/README.rst @@ -0,0 +1,23 @@ +.. vi: tw=100 + +mpaste +====== + +**mpaste** is a super minimal paste server written in Go. It supports extremely simple file uploads +assuming you have the tools available to do so, such as ``curl(1)``. It also supports viewing pastes +in the browser as either raw text or with syntax highlighting. This paste server has no web +interface for adding pastes, no stupid moving parts, no useless garbage. + + +Documentation +------------- + +Read `the manual`_ + +.. _the manual: mpaste.1 + + +Compilation +----------- + +Just run the ``make`` command. |