Python ShareX Server.
Run the following
git clone --depth 1 https://github.com/Sensibility/ShareX.git
cd ShareX/bin/
chmod +x *.sh
./install.sh
All .sh files in the root directory contain different tasks.
install.sh
- This will install all required dependencies to run this app (excluding python)compile.sh
- Self explanatory, used by build agenttest.sh
- Runs all of the tests for the project