From a605eda9f80c5ad92f95cf33257c04276d8177f2 Mon Sep 17 00:00:00 2001 From: matu6968 Date: Wed, 10 Jul 2024 19:11:30 +0000 Subject: [PATCH] add sharex tutorial :3 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5036bf5..a8c5df2 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,12 @@ PORT=3000 ``` yarn install yarn start +``` +# Usage in ShareX + +To use this service in ShareX, download example_sharex_config.sxcu from the source and edit the following: + +``` +"RequestURL": "https://r2.insertr2domain.com", - edit this line with your R2 domain set in .env file under R2_DOMAIN +"X-API-Key": "insert_your_api_key_found_in_UPLOAD_SEC" - edit this line with your key set in .env file under UPLOAD_SEC ``` \ No newline at end of file