Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed May 1, 2018
1 parent 230c327 commit 3f9d396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
+ Added auto config generator for ShareX.
+ Show upload file size on the dashboard.
+ Fixed insert for admin user (running `php bin\migrate --install`).
+ Removed HTTP2 push from the dashboard to improve loading time.

## v1.1
+ Added logging.
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ XBackBone is a simple, self-hosted, lightweight PHP backend for the instant shar
+ Public and private uploads.
+ Web UI for each user.
+ Logging system.
+ Auto config generator for ShareX.

## How to Install
XBackBone require PHP >= `7.1`, the composer package manager and writable storage path:

+ Clone this repository in your web root folder:
+ **[release, stable]** Download latest release from GitHub:
[https://github.com/SergiX44/XBackBone/releases/latest](https://github.com/SergiX44/XBackBone/releases/latest)

+ **[master, unstable]** Clone this repository in your web root folder:

```sh
git clone http://github.com/SergiX44/XBackBone .
Expand Down

0 comments on commit 3f9d396

Please sign in to comment.