README update with compilation requirements warning and updated features list.

This commit is contained in:
Stanislav Nikitin 2018-05-18 22:50:32 +05:00
parent af75fb19cb
commit d85bb26498
1 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,7 @@ whistles, no websockets and even NO JAVASCRIPT!(*)
* Create and view public and private pastes.
* Syntax highlighting.
* Pastes expiration.
* Passwords for pastes.
# Caveats.
@ -28,6 +28,10 @@ go get -u -v github.com/pztrn/fastpastebin/cmd/fastpastebin
This command can be used to update Fast Paste Bin.
**WARNING:** installation by compiling Fast Paste Bin from sources **require**
at least 300 megabytes of free RAM! Eventually it'll run even on 64MB-powered
VM, it's only a compilation issue.
# Configuration.
Take a look at [example configuration file](examples/fastpastebin.yaml.dist)
@ -70,7 +74,7 @@ of tasks you can help with.
* User CP.
* Files uploading.
* Passwords for pastes and files.
* Passwords for files.
* Pastes forking and revisioning (like git or github gists).
* Possibility to copy-paste-edit WISYWIG content.
* CLI client for pastes and files uploading.