mirror of
https://github.com/Luzifer/share.git
synced 2024-12-20 10:31:16 +00:00
Add browser compatibility to README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
89ad73a398
commit
af5944e382
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -7,6 +7,18 @@
|
|||
|
||||
`share` is a small replacement I wrote for sharing my files through external services like CloudApp using Amazon S3. Files are uploaded using this utility into S3 and previewed (if supported) using the included frontend.
|
||||
|
||||
## Browser Support
|
||||
|
||||
The web frontend uses ECMAScript 6 (ES6) so a relatively modern browser is required:
|
||||
|
||||
- Apple iOS >= 10.0
|
||||
- Apple Safari >= 10
|
||||
- Google Chrome >= 58
|
||||
- Microsoft Edge >= 14
|
||||
- Mozilla Firefox >= 52
|
||||
|
||||
Internet Explorer and older versions of the above listed browsers might work (except IE) but are not supported and will never be.
|
||||
|
||||
## Setup / usage
|
||||
|
||||
- Create a S3 bucket and CloudFront distribution
|
||||
|
|
Loading…
Reference in a new issue