Updated Readme
This commit is contained in:
parent
230c327f14
commit
3f9d396405
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue