Update README
This commit is contained in:
parent
0d77c5aada
commit
8396293ccd
1 changed files with 7 additions and 6 deletions
11
README.org
11
README.org
|
@ -1,6 +1,6 @@
|
||||||
#+STARTUP: showall
|
#+STARTUP: showall
|
||||||
|
|
||||||
Quickly share bits of code, screenshots or whatnot with some friends.
|
Quickly share bits of code, screenshots and whatnot with some friends.
|
||||||
Easily delete them too.
|
Easily delete them too.
|
||||||
|
|
||||||
* Setup
|
* Setup
|
||||||
|
@ -15,16 +15,17 @@ Easily delete them too.
|
||||||
|
|
||||||
- [[http://hylang.org][hy]] :: The language.
|
- [[http://hylang.org][hy]] :: The language.
|
||||||
- [[http://webpy.org][web.py]] :: The Python web framework.
|
- [[http://webpy.org][web.py]] :: The Python web framework.
|
||||||
- [[http://postgresql.org][Postgresql]] :: The database.
|
- [[https://github.com/FriendCode/gittle][gittle]] :: Pythonic Git for Humans
|
||||||
- [[http://initd.org/psycopg/][psycopg2]] :: The database connector.
|
- [[https://bitbucket.org/babab/pycommand][pycommand]] :: Command line arguments parser
|
||||||
|
- [[http://pygments.org/][Pygments]] :: Python syntax highlighter
|
||||||
|
|
||||||
Besides these it also requires everything needed to run web.py
|
Besides these it also requires everything needed to run web.py
|
||||||
applications using your favorite webserver.
|
applications using your favorite webserver.
|
||||||
|
|
||||||
* Usage
|
* Usage
|
||||||
|
|
||||||
Once setup it will not show much of anything, first you'll have to
|
Once setup it will show most of this file if you browse to the ~/~ of
|
||||||
upload something.
|
your installation, then you'll have to upload something.
|
||||||
|
|
||||||
** Uploading
|
** Uploading
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue