Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-on authored Sep 23, 2018
1 parent cd3ea47 commit 3a94601
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Tested on Linux, macOS and FreeBSD.
## Usage
### Upload Images

To upload the image named cow.png to imgur:
Upload the images named cow.png and fish.jpg to imgur:
```bash
imgurbash2 cow.png fish.png
imgurbash2 cow.png https://myserver.io/fish.jpg
```

The above command will output something like this:
Expand All @@ -27,9 +27,8 @@ http://i.imgur.com/HDVh123.png (Delete Hash = mo02q3r)
http://i.imgur.com/QCfh256.png (Delete Hash = blub1qx)
```

The first link is the URL of the uploaded image. This URL is copied to you clipboard
and hence you can use <kbd>CTRL</kbd>+<kbd>V</kbd> to paste it (provided that `xsel`
or `xclip` is installed on Linux - no separate program is required for macOS).
The outputted links are the URLs of the uploaded images. Such URLs are copied to
your clipboard if the right programs are installed.

### Upload image to your album

Expand Down Expand Up @@ -58,6 +57,7 @@ Uploaded image will automatically be deleted after 5 minutes.

### Manual
More examaples and a detailed manual is available at https://github.com/ram-on/imgurbash2/blob/master/examples.md.
Configuration details are also explained.


## Installation
Expand Down

0 comments on commit 3a94601

Please sign in to comment.