Skip to content

Commit

Permalink
Fix ReadMe formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Humdinger committed Jan 16, 2021
1 parent 22cd787 commit 5a8094b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ More details at [The Null Pointer](http://0x0.st/).
* Install Clipdinger from HaikuDepot. It includes a "Clipboard Monitor" that you can embed as Replicant on the Desktop. When you see the upload URL appearing there, you know the file was uploaded successfully and the URL can be pasted.

* UploadIt uses a curl command line that does all the work. You can put the line into your ```~/config/settings/profile``` and use "upload" from Terminal:
<pre>

```
function upload() {
curl -F 'file=@'"$1" http://0x0.st | clipboard -i
clipboard -p
}
</pre>
```


### Manual build/install
Expand Down

0 comments on commit 5a8094b

Please sign in to comment.