diff options
author | Francis Dinh <archaeme@takaneshijou.club> | 2019-03-13 11:57:05 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-13 14:24:34 -0400 |
commit | 0006d1d7344eaa8d9f9234da06230b2eee205fe0 (patch) | |
tree | ea9bffdc15d73eedd36089297f0bfbd47d1edeb7 /paste.sr.ht/index.md | |
parent | 343c8b24d2e011d9c571814614da34e054ea9ddb (diff) | |
download | sr.ht-docs-0006d1d7344eaa8d9f9234da06230b2eee205fe0.tar.gz |
Add some basic documentation for paste.sr.ht
Diffstat (limited to 'paste.sr.ht/index.md')
-rw-r--r-- | paste.sr.ht/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/paste.sr.ht/index.md b/paste.sr.ht/index.md index 18a207d..edd99c4 100644 --- a/paste.sr.ht/index.md +++ b/paste.sr.ht/index.md @@ -1,6 +1,16 @@ [paste.sr.ht](https://paste.sr.ht) is an ad-hoc text file hosting service on sr.ht. +# Getting Started + +Pastes can be created by simply entering in the file contents on the front page +(when logged in). They can be optionally given a filename for easier +identification. Existing pastes created by you can be accessed via the +link on the sidebar. + +To view the raw contents of a paste, use the "View raw" link at the top. This +allows for the paste to be downloaded using a tool like `wget` or `curl`. + **See also** - [API reference](api.md) |