From b0df80b391feef9cea55d70fb736a17d0b84bc71 Mon Sep 17 00:00:00 2001 From: Sergio Brighenti Date: Fri, 30 Nov 2018 19:44:05 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6676d2dd..599a91b4 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,8 @@ Since ShareX does not support Linux, XBackBone can generate a script that allows Now, to upload a media, just use the right click on the file > "Open with ..." > search XBackBone Uploader (XXX) in the app list. You can use this feature in combination with tools like [Flameshot](https://github.com/lupoDharkael/flameshot), just use the "Open with ..." button once you have done the screenshot. +The script requires `xclip`, `curl`, and `notify-send`. + *Note: XXX is the username of your XBackBone account.* ## Notes From 01a21e88648dee22c3d34947c2146edb721a1579 Mon Sep 17 00:00:00 2001 From: Sergio Brighenti Date: Fri, 30 Nov 2018 19:45:12 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 599a91b4..7b6d9a47 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ XBackBone is a simple, self-hosted, lightweight PHP backend for the instant shar + Logging system. + Auto config generator for ShareX. + Share to Telegram. ++ Linux client tools supported via a custom script. ## How to Install XBackBone require PHP >= `7.1`, writable storage path and PDO, with installed the required extensions (ex. `php-sqlite3` for SQLite, `php-gd` and `php-json`).