Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshthecoder committed Jul 15, 2009
1 parent 241a9d1 commit fcb7d23
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions README
@@ -1,6 +1,6 @@
Baconfile Python Library/Tool
=============================
A library and tool for baconfile.com for python!
A python library and tool for access the baconfile.com API

Library
-------
Expand All @@ -11,26 +11,20 @@ To install just be sure to put the module into your python path
or simply include the module within your project's source.

For more infomation check out the hello.py example.
Also read through the baconfile.py module, its not that big.
Also read through the baconfile.py module.

Tool
----
Commandline tool
----------------
You may also use the baconfile module as a standalone tool
from the commandline.

To install:
To install for Linux:
1. Copy baconfile.py into a folder that is in your PATH.
Example: cp baconfile.py /usr/bin/baconfile
*cp baconfile.py /usr/bin/baconfile*
2. Give the baconfile executable permission.
Example: chmod +x /usr/bin/baconfile
*chmod +x /usr/bin/baconfile*
3. Enjoy by typing baconfile into the commandline.

Usuage: baconfile <command>

Available commands:
fetch - fetch a file from baconfile.com
ls - list files within a folder
recent - list recently uploaded files
*baconfile*

Issues
------
Expand Down

0 comments on commit fcb7d23

Please sign in to comment.