We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fe981 commit 1cbc6d2Copy full SHA for 1cbc6d2
README.rst
@@ -4,7 +4,6 @@
4
0bin is a client side encrypted pastebin that can run without a database.
5
6
* Try it: `0bin.net <http://0bin.net>`_
7
-* Get the `source on github <https://github.com/sametmax/0bin>`_
8
* `Report a bug <https://github.com/sametmax/0bin/issues>`_
9
10
0bin allows anybody to host a pastebin while welcoming any type of content to
@@ -17,6 +16,12 @@ install even if you know nothing about Python.
17
16
18
For now tested with IE9, and the last opera, safari, chrome and FF.
19
+There is a `good doc <http://readthedocs.org/docs/0bin/en/latest/>`_,
20
+but in short::
21
+
22
+ pip install zerobin
23
+ zerobin
24
25
How it works
26
=============
27
0 commit comments