Browse Source

update readme

dependabot/add-v2-config-file
R4SAS 7 years ago
parent
commit
cdf2544da7
  1. 6
      README.md

6
README.md

@ -13,8 +13,9 @@ $ pip install -r requirements.txt @@ -13,8 +13,9 @@ $ pip install -r requirements.txt
Usage
-----
1. Edit `self.server = 'http://paste.r4sas.i2p/'` in `pbincli/transports.py` to your server.
2. Run inside `venv` command
Edit `self.server = 'http://paste.r4sas.i2p/'` in `pbincli/transports.py` to your server.
Run inside `venv` command:
$ python pbincli.py send -c "Hello!"
@ -25,6 +26,7 @@ To send file use `--file` or `-f` with filename. Example: @@ -25,6 +26,7 @@ To send file use `--file` or `-f` with filename. Example:
$ python pbincli.py send -c "My document" -f info.pdf
To retrieve paste from server, use `get` command with paste info.
It must be formated like `pasteID#passphrase`. Example:
$ python pbincli.py get 49eeb1326cfa9491#vfeortoVWaYeJlviDdhxQBtj5e0I2kArpynrtu/tnGs=

Loading…
Cancel
Save